Skip to content
This repository was archived by the owner on Jan 17, 2021. It is now read-only.

Commit dd192d7

Browse files
committed
Document insiders config for MacOS
1 parent 9b786d5 commit dd192d7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@ must specify your settings directories through the `VSCODE_CONFIG_DIR` and
5959

6060
The following will make `sshcode` work with VS Code Insiders:
6161

62+
**MacOS**
63+
64+
```bash
65+
export VSCODE_CONFIG_DIR="$HOME/.config/Code - Insiders/User"
66+
export VSCODE_CONFIG_DIR="$HOME/Library/Application Support/Code - Insiders/User"
67+
```
68+
69+
**Linux**
70+
6271
```bash
6372
export VSCODE_CONFIG_DIR="$HOME/.config/Code - Insiders/User"
6473
export VSCODE_EXTENSIONS_DIR="$HOME/.vscode-insiders/extensions"

0 commit comments

Comments
 (0)