We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0446416 commit f56decfCopy full SHA for f56decf
1 file changed
.devcontainer/watch.sh
@@ -3,7 +3,7 @@
3
# allow killing all processes with ctrl-c
4
trap 'kill 0' SIGINT
5
6
-for DIR in "actions-languageservices/actions-expressions" "actions-languageservices/actions-workflow-parser" "actions-languageservices/actions-languageservice" "actions-languageservices/actions-languageserver" "vscode-github-actions"
+for DIR in "actions-languageservices/expressions" "actions-languageservices/workflow-parser" "actions-languageservices/languageservice" "actions-languageservices/languageserver" "vscode-github-actions"
7
do
8
pushd $DIR
9
npm run watch &
0 commit comments