Open project to default location (#16910)

This commit is contained in:
Charles Gagnon
2021-08-26 18:56:28 -07:00
committed by GitHub
parent 6a0a185cbd
commit 159cd7f895

View File

@@ -244,7 +244,8 @@ export async function browseForProject(workspaceService: IWorkspaceService): Pro
canSelectFolders: false,
canSelectMany: false,
openLabel: constants.SelectProjectFileActionName,
filters: filters
filters: filters,
defaultUri: defaultProjectSaveLocation()
});
return fileUris?.[0];