const projectsPicklistResponse = await vscode.window.withProgress({
        location: vscode.ProgressLocation.Window,
      }, progress => {
        progress.report({ message: 'Fetching projects...'})
        return bigTime.projectsPicklist()