This commit is contained in:
Benjamin Pasero
2017-06-20 09:24:18 +02:00
parent d37ee228ae
commit 27f6898c26
13 changed files with 52 additions and 52 deletions

View File

@@ -181,7 +181,7 @@ export class ExtHostApiCommands {
this._register('vscode.openFolder', (uri?: URI, forceNewWindow?: boolean) => {
if (!uri) {
return this._commands.executeCommand('_files.openFolderPicker', forceNewWindow);
return this._commands.executeCommand('_files.pickFolderAndOpen', forceNewWindow);
}
return this._commands.executeCommand('_files.windowOpen', [uri.fsPath], forceNewWindow);