Skip to content

Instantly share code, notes, and snippets.

@jamtur01
Created January 27, 2021 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamtur01/a7f55b450c35742a9c26b824d3a18cf4 to your computer and use it in GitHub Desktop.
Save jamtur01/a7f55b450c35742a9c26b824d3a18cf4 to your computer and use it in GitHub Desktop.
Fish shell function to launch Visual Studio Code - Insiders
function code --wraps='/Applications/Visual\ Studio\ Code\ -\ Insiders.app/Contents/Resources/app/bin/code' --description 'alias code /Applications/Visual\ Studio\ Code\ -\ Insiders.app/Contents/Resources/app/bin/code'
/Applications/Visual\ Studio\ Code\ -\ Insiders.app/Contents/Resources/app/bin/code $argv;
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment