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

Commit

Permalink
Document insiders config for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ammario committed Apr 23, 2019
1 parent 9b786d5 commit dd192d7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -59,6 +59,15 @@ must specify your settings directories through the `VSCODE_CONFIG_DIR` and

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

**MacOS**

```bash
export VSCODE_CONFIG_DIR="$HOME/.config/Code - Insiders/User"

This comment has been minimized.

Copy link
@SscSPs

SscSPs Apr 24, 2019

Contributor

I think this line needs to be removed and VSCODE_EXTENSIONS_DIR needs to be added

This comment has been minimized.

Copy link
@ammario

ammario Apr 24, 2019

Author Member

🤦‍♂️ 7e5b44a

export VSCODE_CONFIG_DIR="$HOME/Library/Application Support/Code - Insiders/User"
```

**Linux**

```bash
export VSCODE_CONFIG_DIR="$HOME/.config/Code - Insiders/User"
export VSCODE_EXTENSIONS_DIR="$HOME/.vscode-insiders/extensions"
Expand Down

0 comments on commit dd192d7

Please sign in to comment.