From f93ecfb7381d6d5d412cab521c82818912dee74b Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Thu, 6 Jun 2024 09:43:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20VSCode=20=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- Software/Applications/VSCode/VSCode_使用_Clangd_插件.md | 2 +- Software/Applications/VSCode/VSCode_常用插件列表.md | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Software/Applications/VSCode/VSCode_使用_Clangd_插件.md b/Software/Applications/VSCode/VSCode_使用_Clangd_插件.md index 2fa0c2c..014a853 100644 --- a/Software/Applications/VSCode/VSCode_使用_Clangd_插件.md +++ b/Software/Applications/VSCode/VSCode_使用_Clangd_插件.md @@ -185,7 +185,7 @@ SpacesInSquareBrackets: false 手动格式化当前文件:右击当前打开的文档,选择“格式化文档”。 -如果想格式化一整个文件夹,可以安装 VSCode 的 format files 插件,然后在文件窗口种右击要格式化的文件夹,选择“Start Formate Files: This Folder”。 +如果想格式化一整个文件夹,可以安装 VSCode 的 format files(by:jbockle)插件,然后在文件窗口种右击要格式化的文件夹,选择“Start Formate Files: This Folder”。 ## 2. 使用 VSCode+Clangd 开发 Linux 内核 diff --git a/Software/Applications/VSCode/VSCode_常用插件列表.md b/Software/Applications/VSCode/VSCode_常用插件列表.md index f563726..db82be1 100644 --- a/Software/Applications/VSCode/VSCode_常用插件列表.md +++ b/Software/Applications/VSCode/VSCode_常用插件列表.md @@ -63,10 +63,11 @@ 59. Cortex-Debug (marus25) 60. RTOS Views (mcu-debug) 61. GNU C Call Hierarchy (miki0w0) -62. Hex Editor(ms-vscode) -63. Meld Diff(Daniel Rödl) -64. MemoryView(MCU Debug) -65. Peripheral Viewer(MCU Debug) +62. Hex Editor (ms-vscode) +63. Meld Diff (Daniel Rödl) +64. MemoryView (MCU Debug) +65. Peripheral Viewer (MCU Debug) +66. format files (jbockle) ## Theme