mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-06 23:06:20 +01:00
fix #133459
This commit is contained in:
@@ -2159,6 +2159,7 @@ export function refreshTerminalActions(detectedProfiles: ITerminalProfile[]) {
|
||||
}
|
||||
|
||||
if (options) {
|
||||
options.cwd = cwd;
|
||||
instance = await terminalService.createTerminal(options);
|
||||
} else {
|
||||
instance = await terminalService.showProfileQuickPick('createInstance', cwd);
|
||||
|
||||
Reference in New Issue
Block a user