mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-26 21:28:04 +00:00
remove args from electron launch
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
# Create $XDG_RUNTIME_DIR if it doesn't exist
|
||||
[ -n "$XDG_RUNTIME_DIR" ] && mkdir -p $XDG_RUNTIME_DIR -m 700
|
||||
|
||||
exec "$@" --executed-from="$(pwd)" --pid=$$
|
||||
exec "$@"
|
||||
|
||||
Reference in New Issue
Block a user