Import spot-fix (#11102)

This commit is contained in:
Benjin Dubishar
2020-06-25 15:37:05 -07:00
committed by GitHub
parent dfa87eda86
commit 770848850d
4 changed files with 7 additions and 7 deletions

View File

@@ -136,7 +136,7 @@ export default class MainController implements Disposable {
// TODO: what if the selected folder is outside the workspace?
const newProjFolderUri = (selectionResult as Uri[])[0];
const newProjFilePath = await this.projectsController.createNewProject(<string>newProjName, newProjFolderUri);
const newProjFilePath = await this.projectsController.createNewProject(<string>newProjName, newProjFolderUri, true);
const proj = await this.projectsController.openProject(Uri.file(newProjFilePath));
return proj;