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

Co-authored-by: John Murray <johnm@georgejames.com>
This commit is contained in:
Daniel Imms 2023-05-29 07:16:02 -07:00 committed by GitHub
parent 597376ca83
commit 8f5c76f5e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -233,7 +233,7 @@ export function registerTerminalActions() {
title: { value: localize('workbench.action.terminal.createTerminalEditor', "Create New Terminal in Editor Area"), original: 'Create New Terminal in Editor Area' },
f1: false,
run: async (c, accessor, args) => {
// Force the editor into the same editor group is it's locked. This command is only ever
// Force the editor into the same editor group if it's locked. This command is only ever
// called when a terminal is the active editor
const editorGroupsService = accessor.get(IEditorGroupsService);
const instance = await c.service.createTerminal({