fix(code-server): disable global telemetry

This commit is contained in:
Victor Westerlund 2026-01-01 12:43:34 +01:00
parent 105a6ada9d
commit 97125189c7
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

@ -36,5 +36,6 @@
"autoDocstring.startOnNewLine": true,
"chat.disableAIFeatures": true,
"editor.snippetSuggestions": "top",
"emmet.showSuggestionsAsSnippets": true
"emmet.showSuggestionsAsSnippets": true,
"telemetry.telemetryLevel": "off"
}