Skip to content

Commit bbf6e5c

Browse files
committed
1 parent 0d1d04a commit bbf6e5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/terminal/browser/terminalActions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2159,6 +2159,7 @@ export function refreshTerminalActions(detectedProfiles: ITerminalProfile[]) {
21592159
}
21602160

21612161
if (options) {
2162+
options.cwd = cwd;
21622163
instance = await terminalService.createTerminal(options);
21632164
} else {
21642165
instance = await terminalService.showProfileQuickPick('createInstance', cwd);

0 commit comments

Comments
 (0)