mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
15 lines
1.6 KiB
JSON
15 lines
1.6 KiB
JSON
{
|
||
"extension.description": "AI-assisted development",
|
||
"setting.modelDownloadPath": "指定儲存所下載模型檔案的資料夾路徑。如果未指定,會預設為延伸模組安裝目錄。",
|
||
"setting.pythonEnabled": "啟用適用於 Python 的 Visual Studio IntelliCode 完成",
|
||
"setting.javaEnabled": "啟用適用於 Java 的 Visual Studio IntelliCode 完成",
|
||
"setting.typescriptEnabled": "啟用適用於 TypeScript 和 JavaScript 的 Visual Studio IntelliCode 完成",
|
||
"setting.sqlEnabled": "啟用適用於 MSSQL 的 Visual Studio IntelliCode 完成",
|
||
"setting.suggestSelection.markdown": "控制當 `editor.suggestSelection` 設定為值 (`recentlyUsed`),而導致看不到 IntelliCode 建議的完成項目時,Visual Studio IntelliCode 是否會修改 `editor.suggestSelection`。",
|
||
"setting.suggestSelection.enabled": "允許 IntelliCode 代表您修改 editor.suggestSelection 設定。",
|
||
"setting.suggestSelection.disabled": "您已明確拒絕讓 IntelliCode 控制此組態。",
|
||
"setting.suggestSelection.automaticallyOverrodeDefaultValue": "(請勿手動設定此項目) IntelliCode 會設定此項目,來記錄組態已受到自動修改,以覆寫預設值。",
|
||
"setting.suggestSelection.choseToUpdateConfiguration": "(請勿手動設定此項目) IntelliCode 會設定此項目,來記錄您已選擇允許從已明確設定的值變更組態。",
|
||
"feature.apiExamples.markdown": "Promotes IntelliCode API Usage Examples extension to vscode intellicode python users.",
|
||
"feature.apiExamplests.markdown": "Promotes IntelliCode API Usage Examples extension to vscode intellicode typescript/javascript users."
|
||
} |