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