This commit is contained in:
2024-04-17 11:44:20 +08:00
parent ac88c8ab94
commit fda9f383dd
2 changed files with 6 additions and 2 deletions

View File

@@ -7,5 +7,7 @@
"GOARCH": "wasm",
"GOOS": "js"
},
"commentTranslate.hover.enabled": true
"commentTranslate.hover.enabled": true,
"CodeGPT.apiKey": "OpenAI",
"CodeGPT.Autocomplete.enabled": true
}