summaryrefslogtreecommitdiff
path: root/plugins/vscode/README.md
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2020-02-27 14:43:29 -0800
committerTuowen Zhao <ztuowen@gmail.com>2020-02-27 14:43:29 -0800
commit0b67340fd2fe9330d8487491e1983ad1a111fb2b (patch)
treefe9cdff80e98deced5c63e79110593d430802adb /plugins/vscode/README.md
parent93a2003db7738e2255a4589ef2073df1be34fe02 (diff)
parent2b499e1a9e8788d607768ecef67851e8234b72b3 (diff)
downloadzsh-0b67340fd2fe9330d8487491e1983ad1a111fb2b.tar.gz
zsh-0b67340fd2fe9330d8487491e1983ad1a111fb2b.tar.bz2
zsh-0b67340fd2fe9330d8487491e1983ad1a111fb2b.zip
Merge branch 'master' of https://github.com/ohmyzsh/ohmyzsh
Diffstat (limited to 'plugins/vscode/README.md')
-rw-r--r--plugins/vscode/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/vscode/README.md b/plugins/vscode/README.md
index 2c6530650..469c57ea8 100644
--- a/plugins/vscode/README.md
+++ b/plugins/vscode/README.md
@@ -8,6 +8,15 @@ To start using it, add the `vscode` plugin to your `plugins` array in `~/.zshrc`
plugins=(... vscode)
```
+## Requirements
+
+To use VS Code in the terminal **in macOS**, first you need to install the `code` command in the PATH,
+otherwise you might receive this message: `zsh: command not found: code`.
+
+[As the docs say](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line), open
+the Command Palette via (F1 or โ‡งโŒ˜P) and type shell command to find the Shell Command:
+> Install 'code' command in PATH
+
## VS Code Insiders
๐Ÿ **If you are only using [VS Code Insiders](https://code.visualstudio.com/insiders/), the plugin will automatically bind to your Insiders installation.**