[visual-studio-code-bin] Fix parameter ordering
When flags come first, arguments are ignored. This fixes that.
This commit is contained in:
@@ -8,4 +8,4 @@ if [[ -f $XDG_CONFIG_HOME/code-flags.conf ]]; then
|
||||
fi
|
||||
|
||||
# Launch
|
||||
exec /opt/visual-studio-code/bin/code $CODE_USER_FLAGS "$@"
|
||||
exec /opt/visual-studio-code/bin/code "$@" $CODE_USER_FLAGS
|
||||
|
||||
Reference in New Issue
Block a user