mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
add a new command runCommands that allows to run several commands sequentially (#177104)
add a new command `runCommands` that allows to run several commands sequentially
This commit is contained in:
committed by
GitHub
parent
d62b013f2d
commit
69bb0ad98a
@@ -54,6 +54,10 @@
|
||||
"name": "vs/workbench/contrib/codeActions",
|
||||
"project": "vscode-workbench"
|
||||
},
|
||||
{
|
||||
"name": "vs/workbench/contrib/commands",
|
||||
"project": "vscode-workbench"
|
||||
},
|
||||
{
|
||||
"name": "vs/workbench/contrib/comments",
|
||||
"project": "vscode-workbench"
|
||||
|
||||
Reference in New Issue
Block a user