mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-19 05:12:49 +02:00
Add simple plugin to launch visual studio code
This commit is contained in:
parent
6ace3cd18d
commit
b6f4918205
2 changed files with 47 additions and 0 deletions
16
plugins/visualstudiocode/README.md
Normal file
16
plugins/visualstudiocode/README.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
## visual studio code
|
||||
|
||||
Plugin for Microsoft Visual Studio Code. A brilliant text and code editor.
|
||||
This plugin is heavily inspired by the Sublime Text Plugin
|
||||
|
||||
### Requirements
|
||||
|
||||
* [Microsoft Visual Studio Code](https://code.visualstudio.com/)
|
||||
|
||||
### Usage
|
||||
|
||||
* If `vsc` command is called without an argument, launch Visual Studio Code
|
||||
|
||||
* If `vsc` is passed a directory, `cd` to it and open it in Visual Studio Code
|
||||
|
||||
* If `vsc` is passed a file, open it in Visual Studio Code
|
||||
Loading…
Add table
Add a link
Reference in a new issue