We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98785b commit 20bbbfaCopy full SHA for 20bbbfa
1 file changed
resources/linux/bin/code.sh
@@ -4,7 +4,6 @@
4
# Licensed under the MIT License. See License.txt in the project root for license information.
5
6
# If root, ensure that --user-data-dir is specified
7
-ARGS=$@
8
if [ "$(id -u)" = "0" ]; then
9
while test $# -gt 0
10
do
@@ -34,5 +33,5 @@ fi
34
33
35
ELECTRON="$VSCODE_PATH/@@NAME@@"
36
CLI="$VSCODE_PATH/resources/app/out/cli.js"
37
-ELECTRON_RUN_AS_NODE=1 "$ELECTRON" "$CLI" $ARGS
+ELECTRON_RUN_AS_NODE=1 "$ELECTRON" "$CLI" "$@"
38
exit $?
0 commit comments