Skip to content

Commit 70cb2a2

Browse files
authored
Merge pull request microsoft#183118 from microsoft/tyriar/182602
Have SCM always use integrated terminal
2 parents ae851a3 + acd4347 commit 70cb2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/scm/browser/scm.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ CommandsRegistry.registerCommand('scm.openInTerminal', async (accessor, provider
373373
}
374374

375375
const commandService = accessor.get(ICommandService);
376-
await commandService.executeCommand('openInTerminal', provider.rootUri);
376+
await commandService.executeCommand('openInIntegratedTerminal', provider.rootUri);
377377
});
378378

379379
MenuRegistry.appendMenuItem(MenuId.SCMSourceControl, {

0 commit comments

Comments
 (0)