We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0446416 + f56decf commit 6dbeb38Copy full SHA for 6dbeb38
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