microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.62k stars 29.42k forks source link

I hope to open vscode by vocode in console like sublime #5379

Closed biij5698 closed 8 years ago

biij5698 commented 8 years ago

we can open subime like this:sudo subl in sonsole,but vsocde can not,I hope vscode can be opened in console like: sudo vscode

BillyONeal commented 8 years ago

Did you try the command "code"? (That's how it registers itself on Windows at least)

biij5698 commented 8 years ago

yes it can,very good! thank you!

biij5698 commented 8 years ago

It can be opened by wrtie code in console in linux,very good!

0xjocke commented 8 years ago

Is there any way to open insiders build through the terminal?

Tyriar commented 8 years ago

@bachstatter code for stable and code-insiders for insiders. You can create an alias if you want something shorter if insiders is your daily driver:

alias c='code-insiders'
biij5698 commented 8 years ago

@bachstatter No,there is no way to open insiders buid through the terminal

biij5698 commented 8 years ago

But on windows it can

Tyriar commented 8 years ago

@biij5698 you should be able to launch from the terminal on all platforms:

biij5698 commented 8 years ago

@Tyriar what is via and how to get it?

Tyriar commented 8 years ago

Via means "with" in this case. You can download deb and rpm files from the homepage