mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 01:25:37 -05:00
Import spot-fix (#11102)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user