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 c1d1dc6 commit 15c32d0Copy full SHA for 15c32d0
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