You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script added in #2650 needs its OSX support finished:
Determine where launcher.js should go on OSX
Ensure code.sh points to correct paths
Add action to install/uninstall global shortcut
Provide upgrade mechanism
Once this is done and code.sh is put into /usr/bin on installation, there will no longer be a need to add function code () { VSCODE_CWD="$PWD" open -n -b "com.microsoft.VSCode" --args $*; } to dotfiles as suggested by the docs
The text was updated successfully, but these errors were encountered:
Commit be4a1ef adds an executable code which allows me to do this:
→ /Applications/Visual\ Studio\ Code\ Alpha.app/Contents/Resources/app/bin/code --help
Visual Studio Code v0.10.9-alpha
Usage: code [arguments] [paths...]
Options:
-h, --help Print usage.
--locale Use a specific locale.
-n Force a new instance of Code.
-v, --version Print version.
Pretty cool. Now we just need a way to place a symlink to this executable somewhere in the PATH.
The script added in #2650 needs its OSX support finished:
Once this is done and
code.sh
is put into/usr/bin
on installation, there will no longer be a need to addfunction code () { VSCODE_CWD="$PWD" open -n -b "com.microsoft.VSCode" --args $*; }
to dotfiles as suggested by the docsThe text was updated successfully, but these errors were encountered: