We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
server.sh
1 parent 79085b9 commit 8917aabCopy full SHA for 8917aab
resources/server/bin/server.sh
@@ -8,5 +8,5 @@ case "$1" in
8
esac
9
10
ROOT="$(dirname "$0")"
11
-
+PATH=$ROOT/bin:$PATH
12
"$ROOT/node" ${INSPECT:-} "$ROOT/out/vs/server/main.js" "$@"
0 commit comments