|
42 | 42 | "c_cpp.command.RemoveAllCodeAnalysisProblems.title": "清除所有程式碼分析問題", |
43 | 43 | "c_cpp.command.BuildAndDebugFile.title": "偵錯 C/C++ 檔案", |
44 | 44 | "c_cpp.command.BuildAndRunFile.title": "執行 C/C++ 檔案", |
| 45 | + "c_cpp.command.SetVsDeveloperEnvironment.title": "設定 Visual Studio 開發人員環境", |
| 46 | + "c_cpp.command.ClearVsDeveloperEnvironment.title": "清除 Visual Studio 開發人員環境", |
45 | 47 | "c_cpp.command.AddDebugConfiguration.title": "新增偵錯組態", |
46 | 48 | "c_cpp.command.GenerateDoxygenComment.title": "產生 Doxygen 註解", |
47 | 49 | "c_cpp.command.addSshTarget.title": "新增 SSH 目標", |
|
108 | 110 | "c_cpp.configuration.vcFormat.indent.gotoLabels.leftmostColumn.markdownDescription": "將 goto 標籤固定在程式碼的最左側。", |
109 | 111 | "c_cpp.configuration.vcFormat.indent.gotoLabels.none.markdownDescription": "將不會格式化 goto 標籤。", |
110 | 112 | "c_cpp.configuration.vcFormat.indent.preprocessor.description": "前置處理器指示詞的位置。", |
111 | | - "c_cpp.configuration.vcFormat.indent.preprocessor.oneLeft.markdownDescription": "前置處理器指令會以 `#editor.tabSize#` 設定中指定的數量,定位於目前程式碼縮排的左邊。", |
| 113 | + "c_cpp.configuration.vcFormat.indent.preprocessor.oneLeft.markdownDescription": "前置處理器指示詞會以 `#editor.tabSize#` 設定中指定的數量,定位於目前程式碼縮排的左側。", |
112 | 114 | "c_cpp.configuration.vcFormat.indent.preprocessor.leftmostColumn.markdownDescription": "前置處理器指示詞位於程式碼的最左側。", |
113 | 115 | "c_cpp.configuration.vcFormat.indent.preprocessor.none.markdownDescription": "將不會格式化前置處理器指示詞。", |
114 | 116 | "c_cpp.configuration.vcFormat.indent.accessSpecifiers.markdownDescription": "存取指定名稱會依據 `#editor.tabSize#` 設定中指定的數量,按照類別或結構定義的相對位置縮排。", |
|
269 | 271 | "c_cpp.contributes.views.sshTargetsView.title": "Cpptools: SSH 目標", |
270 | 272 | "c_cpp.contributes.viewsWelcome.contents": "如需深入了解 launch.json,請參閱 [設定 C/C++ 偵錯](https://code.visualstudio.com/docs/cpp/launch-json-reference)。", |
271 | 273 | "c_cpp.configuration.debugShortcut.description": "在 C++ 檔案的編輯器標題列中顯示 [執行及偵錯] 播放按鈕和 [新增偵錯組態] 齒輪。", |
| 274 | + "c_cpp.configuration.persistVsDeveloperEnvironment.description": "記住目前工作區上次使用的 Visual Studio 開發人員環境。此設定僅適用於 Windows。", |
272 | 275 | "c_cpp.debuggers.pipeTransport.description": "出現時,會指示偵錯工具使用另一個可執行檔來連線至遠端電腦,該管道會在 VS Code 與 MI 啟用偵錯工具後端可執行檔之間傳送標準輸入/輸出 (例如 gdb)。", |
273 | 276 | "c_cpp.debuggers.pipeTransport.default.pipeProgram": "輸入管道程式名稱的完整路徑,例如 '/usr/bin/ssh'。", |
274 | 277 | "c_cpp.debuggers.pipeTransport.default.debuggerPath": "目標機器的偵錯工具完整路徑,例如 /use/bin/gdb。", |
|
428 | 431 | "c_cpp.walkthrough.create.cpp.file.title": "建立 C++ 檔案", |
429 | 432 | "c_cpp.walkthrough.create.cpp.file.description": "[開啟](command:toSide:workbench.action.files.openFile) 或 [建立](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D) C++ 檔案。務必使用 \".cpp\" 副檔名來儲存它,例如 \"helloworld.cpp\"。\n[建立 C++ 檔案](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22cpp%22%7D)", |
430 | 433 | "c_cpp.walkthrough.create.cpp.file.altText": "使用 C++ 專案開啟 C++ 檔案或資料夾。", |
431 | | - "c_cpp.walkthrough.command.prompt.title": "從 Developer Command Prompt for VS 中啟動", |
432 | | - "c_cpp.walkthrough.command.prompt.description": "使用 Microsoft Visual Studio C++ 編譯器時,C++ 延伸模組會要求您在 Developer Command Prompt for VS 中啟動 VS Code。請遵循右側的指示來重新啟動。\n[重新載入視窗](command:workbench.action.reloadWindow)", |
| 434 | + "c_cpp.walkthrough.command.prompt.title": "套用 Visual Studio 開發人員環境", |
| 435 | + "c_cpp.walkthrough.command.prompt.description": "使用 Microsoft Visual Studio C++ 編譯器時,必須存在 Visual Studio 開發人員環境。\n\n請遵循右側的指示重新啟動,或按一下下方的按鈕。\n[設定開發人員環境](command:C_Cpp.SetVsDeveloperEnvironment?%22walkthrough%22)", |
433 | 436 | "c_cpp.walkthrough.run.debug.title": "執行和偵錯您的 C++ 檔案", |
434 | 437 | "c_cpp.walkthrough.run.debug.mac.description": "開啟您的 C++ 檔案,然後按一下編輯器右上角的執行按鈕,或在開啟檔案上時按 F5。選取 [clang++ - 建置及偵錯使用中的檔案] 以使用偵錯工具執行。", |
435 | 438 | "c_cpp.walkthrough.run.debug.linux.description": "開啟您的 C++ 檔案,然後按一下編輯器右上角的執行按鈕,或在開啟檔案上時按 F5。選取 [g++ - 建置及偵錯使用中的檔案] 以使用偵錯工具執行。", |
|
0 commit comments