Created
July 30, 2021 05:31
-
-
Save jan4984/eeb3ccf41080dcb16c0828dda23854c4 to your computer and use it in GitHub Desktop.
vscode wsl2 snap nodejs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat /home/jan/.vscode-server/bin/c3f126316369cd610563c75b1b1725e0679adfb3/server.sh | |
#!/usr/bin/env sh | |
# | |
# Copyright (c) Microsoft Corporation. All rights reserved. | |
# | |
case "$1" in | |
--inspect*) INSPECT="$1"; shift;; | |
esac | |
ROOT="$(dirname "$0")" | |
genie -c "$ROOT/node" ${INSPECT:-} "$ROOT/out/vs/server/main.js" "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment