summaryrefslogtreecommitdiff
path: root/plugins/vscode/README.md
diff options
context:
space:
mode:
authorGeorge Cheng <Gerhut@GMail.com>2019-05-08 22:32:27 +0800
committerMarc Cornellà <marc.cornella@live.com>2019-05-08 16:32:27 +0200
commit7b75163543a3f18652cd8978c1b111e8a196a3f8 (patch)
tree407ce7276e4ee34e049e43275d9e7e41991621b6 /plugins/vscode/README.md
parentb054e25d25aacdde7c64b002147b6cebdd78d0d2 (diff)
downloadzsh-7b75163543a3f18652cd8978c1b111e8a196a3f8.tar.gz
zsh-7b75163543a3f18652cd8978c1b111e8a196a3f8.tar.bz2
zsh-7b75163543a3f18652cd8978c1b111e8a196a3f8.zip
vscode: add code-insiders support (#7836)
Diffstat (limited to 'plugins/vscode/README.md')
-rw-r--r--plugins/vscode/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/vscode/README.md b/plugins/vscode/README.md
index 8ee45525a..74b5a45aa 100644
--- a/plugins/vscode/README.md
+++ b/plugins/vscode/README.md
@@ -8,6 +8,21 @@ To start using it, add the `vscode` plugin to your `plugins` array in `~/.zshrc`
plugins=(... vscode)
```
+If you are using [Visual Studio Code Insiders](https://code.visualstudio.com/insiders/),
+add the following line in the oh-my-zsh settings section (between the `ZSH_THEME` and
+the `plugins=()` line). This will make the plugin use the Insiders version instead.
+
+```zsh
+ZSH_THEME=...
+
+# Add this line to use code-insiders instead of code
+VSCODE=code-insiders
+
+plugins=(... vscode)
+
+source $ZSH/oh-my-zsh.sh
+```
+
## Common aliases
| Alias | Command | Description |