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:
Ulugbek Abdullaev
2023-03-16 15:48:48 +01:00
committed by GitHub
parent d62b013f2d
commit 69bb0ad98a
3 changed files with 117 additions and 0 deletions
+4
View File
@@ -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"