mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
server bin cleanup
This commit is contained in:
12
resources/server/bin/code-server.sh
Normal file
12
resources/server/bin/code-server.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env sh
|
||||
#
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
#
|
||||
|
||||
case "$1" in
|
||||
--inspect*) INSPECT="$1"; shift;;
|
||||
esac
|
||||
|
||||
ROOT=$(dirname "$(dirname "$0")")
|
||||
|
||||
"$ROOT/node" ${INSPECT:-} "$ROOT/out/vs/server/main.js" "$@"
|
||||
Reference in New Issue
Block a user