From 30d6dfd70a141f853f57f58d60d641f305f751a2 Mon Sep 17 00:00:00 2001 From: Jang Rush Date: Sat, 24 Oct 2020 20:58:39 +0800 Subject: [PATCH] Fix a typo in DOCS --- DOCS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCS.md b/DOCS.md index b9ce850..05445ad 100644 --- a/DOCS.md +++ b/DOCS.md @@ -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`