-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Prepare code-server terminals #7487
-
Greetings,
I would like to ask if it is possible to run vscode internal commands like workbench.action.terminal.newInActiveWorkspace
or workbench.action.createTerminalEditorSide
somehow via a script. (The commands that i can select if i press CTRL + SHIFT + p)
My aim is to prepare a vscode-server instance on boot to have per default:
2 Terminals open in the editor view
1 Terminal open in the lower section
ideally they are already renamed to something i want
Beta Was this translation helpful? Give feedback.
All reactions
The only reasonable way would be to create an extension that runs these commands when it gets activated, I think.
Replies: 1 comment 2 replies
-
The only reasonable way would be to create an extension that runs these commands when it gets activated, I think.
Beta Was this translation helpful? Give feedback.
All reactions
-
Alright, thanks alot!
Beta Was this translation helpful? Give feedback.
All reactions
-
Another possible idea is that there might already be an extension that does what you want. Maybe this: https://open-vsx.org/extension/lostintangent/workspace-layout
Beta Was this translation helpful? Give feedback.