Skip to content

Commit

Permalink
Merge pull request #543 from weakish/typo
Browse files Browse the repository at this point in the history
Fix a typo in DOCS
  • Loading branch information
stripedpajamas authored Oct 26, 2020
2 parents fa7f150 + 30d6dfd commit e13b9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ In some cases, the above change won't help because the extension is hard-coded t

VSCodium (and a freshly cloned copy of vscode built from source) stores its extension files in `~/.vscode-oss`. So if you currently have Visual Studio Code installed, your extensions won't automatically populate. You can reinstall your extensions from the Marketplace in VSCodium, or copy the `extensions` from `~/.vscode/extensions` to `~/.vscode-oss/extensions`.

Visual Studio Code stores its `keybindings.json` and `settings.json` file in the these locations:
Visual Studio Code stores its `keybindings.json` and `settings.json` file in these locations:

- __Windows__: `%APPDATA%\Code\User`
- __macOS__: `$HOME/Library/Application Support/Code/User`
Expand Down

0 comments on commit e13b9f3

Please sign in to comment.