-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify shell command for Linux and OS X #77
Comments
VS Code has |
On OS X, you need to follow the instructions here to invoke from the command line: https://code.visualstudio.com/Docs/editor/setup. It would be nice to have an installer on OS X that configured this automatically. |
Agreed. Not sure how atom and sublime do it |
apologies, forgot that it was a manual step for me on OS X. |
On ubuntu for https://github.com/atom/atom/blob/1ee08be508f6892a6bd2f412d03dcb70de59ebe3/atom.sh
|
Unlike every other OSS library? On Wednesday, 18 November 2015, Toni notifications@github.com wrote:
|
Closing, we have instructions for adding "code" to the path. |
Not exactly a seamless user experience is it and seeing as the other On Thursday, 19 November 2015, Benjamin Pasero notifications@github.com
|
This is valid and I want to fix it. |
I created microsoft/vscode-docs#46 in the docs to improve the script to allow you to continue using the terminal that spawned vscode. |
It would be nice to see the binary being renamed from |
it's not just a matter of putting it on the path. It needs a decent shell script so that control returns to your terminal window. (like Atom and Sublime do) Also, as @0xmohit points out, it's called |
@mackenza my PR features a small script that does this, something similar should probably be included in the codebase eventually microsoft/vscode-docs#46 to meet user expectations |
The script has been created, moving the OSX portion of this issue to #2859 |
This script wraps the main code executable for Linux and OS X, redirecting output to a file and running in the background. An exception is made when help or version argument are used, not suppressing the output as the bootstrap.js is expected to write to stdout and immediately exit. Fixes microsoft#77
Is there a shell command out of the box to launch VSCode?
Atom has
atom
Sublime has
subl
The text was updated successfully, but these errors were encountered: