We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b786d5 commit dd192d7Copy full SHA for dd192d7
README.md
@@ -59,6 +59,15 @@ must specify your settings directories through the `VSCODE_CONFIG_DIR` and
59
60
The following will make `sshcode` work with VS Code Insiders:
61
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
71
```bash
72
export VSCODE_CONFIG_DIR="$HOME/.config/Code - Insiders/User"
73
export VSCODE_EXTENSIONS_DIR="$HOME/.vscode-insiders/extensions"
0 commit comments