Added vscodium

This commit is contained in:
Kristofers Solo
2022-04-28 21:17:01 +03:00
parent 837a479d82
commit d7dddc39ef
29139 changed files with 250215 additions and 45125 deletions

View File

@@ -0,0 +1,15 @@
{
"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."
}