summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-07-23 08:07:50 +0000
committerQMK Bot <hello@qmk.fm>2023-07-23 08:07:50 +0000
commit321c18acec029cd7ab46d2c5b92c149e38533249 (patch)
tree91ff9bf47a7ec915de3dd702765ae4a03f7ca439 /docs
parent18251eb8da78485507a58c177c3635da88b935cb (diff)
parent1ca34c2168d770d5d7b457d0c330fceeba581854 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/other_vscode.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/other_vscode.md b/docs/other_vscode.md
index 83ae6e6ed0..49d5035b08 100644
--- a/docs/other_vscode.md
+++ b/docs/other_vscode.md
@@ -96,7 +96,7 @@ There are a number of extensions that you may want to install:
* [clangd](https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd) - _[Optional]_ - This is the language server for C/C++ that VS Code uses. It provides IntelliSense and other features.
* [EditorConfig for VS Code](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) - _[Optional]_ - Helps to keep the code to the QMK Coding Conventions.
* [GitHub Markdown Preview](https://marketplace.visualstudio.com/items?itemName=bierner.github-markdown-preview) - _[Optional]_ - Makes the markdown preview in VS Code more like GitHub's.
-* [VS Live Share Extension Pack](https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare-pack) - _[Optional]_ - This extension allows somebody else to access your workspace (or you to access somebody else's workspace) and help out. This is great if you're having issues and need some help from somebody.
+* [VS Live Share Extension Pack](https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare) - _[Optional]_ - This extension allows somebody else to access your workspace (or you to access somebody else's workspace) and help out. This is great if you're having issues and need some help from somebody.
Restart once you've installed any extensions.