+7
−7
+8
−1
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -322,6 +322,13 @@ | ||
"order": 7,
|
||
"description": "Enable keybinding hints for GitLab Duo"
|
||
},
|
||
"gitlab.duo.proxy.directConnection": {
|
||
"type": "boolean",
|
||
"default": false,
|
||
"scope": "machine",
|
||
"order": 9,
|
||
"description": "Connect GitLab Duo directly from the language server, without using VS Code or system proxy settings."
|
||
},
|
||
"gitlab.duoCodeSuggestions.enabledSupportedLanguages": {
|
||
"description": "Enable Code Suggestions for these languages.",
|
||
"type": "object",
|
||
| @@ -629,7 +636,7 @@ | ||
},
|
||
"dependencies": {
|
||
"@anycable/core": "^0.9.2",
|
||
"@gitlab-org/gitlab-lsp": "^9.6.0",
|
||
"@gitlab-org/gitlab-lsp": "^9.7.0",
|
||
"@gitlab/needle": "2.0.0",
|
||
"@opentelemetry/api": "^1.9.1",
|
||
"@opentelemetry/core": "^2.8.0",
|
||
Loading