mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
@@ -1,3 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# 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=$$
|
||||
|
||||
Reference in New Issue
Block a user