summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorしぐれ <23041178+ForsakenRei@users.noreply.github.com>2023-02-13 22:23:36 -0500
committerGitHub <noreply@github.com>2023-02-14 03:23:36 +0000
commit12f02dd8be7e043050ccc1be897d965f95016164 (patch)
treeaa86ff2555057369db85856482b70192567a7e8c /docs
parent74770ac79b4f4e398e9737ccdc274bfe0a09a910 (diff)
[Doc]Remove depracted extension links in vscode guide (#19842)
Diffstat (limited to 'docs')
-rw-r--r--docs/ja/other_vscode.md2
-rw-r--r--docs/other_vscode.md2
-rw-r--r--docs/zh-cn/other_vscode.md2
3 files changed, 1 insertions, 5 deletions
diff --git a/docs/ja/other_vscode.md b/docs/ja/other_vscode.md
index 9250e16276..2b6e27bb0a 100644
--- a/docs/ja/other_vscode.md
+++ b/docs/ja/other_vscode.md
@@ -106,10 +106,8 @@ VS Code のようなフル機能のエディタの使用は、プレーンテキ
* [Git Extension Pack](https://marketplace.visualstudio.com/items?itemName=donjayamanne.git-extension-pack) -
これは QMK ファームウェアで Git を簡単に使用できる Git 関連ツールを多数インスールします。
* [EditorConfig for VS Code](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) - _[オプション]_ - QMK コーディング規約にコードを準拠させるのに役立ちます。
-* [Bracket Pair Colorizer 2](https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer-2) - _[オプション]_ - これはネストされたコードを参照しやすくするために、コード内の括弧を色分けします。
* [GitHub Markdown Preview](https://marketplace.visualstudio.com/items?itemName=bierner.github-markdown-preview) - _[オプション]_ - VS Code の markdown プレビューを GithHub のようにします。
* [VS Live Share Extension Pack](https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare-pack) - _[オプション]_ - この拡張により、他の誰かがあなたのワークスペースにアクセスし(あるいは、あなたが他の誰かのワークスペースにアクセスし)、手伝うことができます。あなたが問題を抱えており、他の誰かの助けが必要な場合に便利です。
-* [VIM Keymap](https://marketplace.visualstudio.com/items?itemName=GiuseppeCesarano.vim-keymap) - _[オプション]_ - VIM スタイルのキーバインドを好む人向け。これには他のオプションもあります。
いずれかの拡張機能をインストールしたら、再起動します。
diff --git a/docs/other_vscode.md b/docs/other_vscode.md
index d2c61bc45f..b3fb9948aa 100644
--- a/docs/other_vscode.md
+++ b/docs/other_vscode.md
@@ -97,7 +97,7 @@ Now, we will set up the MSYS2 window to show up in VSCode as the integrated term
No, really, that's it. The paths needed are already included when installing the packages, and it is much better about detecting the current workspace files and parsing them for IntelliSense.
-## Plugins
+## Extensions
There are a number of extensions that you may want to install:
diff --git a/docs/zh-cn/other_vscode.md b/docs/zh-cn/other_vscode.md
index e4bca0711c..5f66eb6592 100644
--- a/docs/zh-cn/other_vscode.md
+++ b/docs/zh-cn/other_vscode.md
@@ -107,10 +107,8 @@
* [Git Extension Pack](https://marketplace.visualstudio.com/items?itemName=donjayamanne.git-extension-pack) - 提供了一系列的Git工具可以让你在QMK Firmware中使用Git便捷一些。
* [EditorConfig for VS Code](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) - _[可选]_ - 可以让你的代码更符合QMK规范。
-* [Bracket Pair Colorizer 2](https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer-2) - _[可选]_ - 可以给大括号着色,可以更好地阅读嵌套代码。
* [GitHub Markdown Preview](https://marketplace.visualstudio.com/items?itemName=bierner.github-markdown-preview) - _[可选]_ - 使得VS Code下的markdown预览更符合Github的效果。
* [VS Live Share Extension Pack](https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare-pack) - _[可选]_ - 这个扩展允许他人访问你的工作区(或反之)进行协作,在你遇到问题需要他人帮助时挺有用。
-* [VIM Keymap](https://marketplace.visualstudio.com/items?itemName=GiuseppeCesarano.vim-keymap) - _[可选]_ - 为那些更喜欢VIM风格的按键操作的人所准备。这样的扩展还有挺多。
安装扩展后需要重启VS Code。