fix(code-server): disable global telemetry (#99)

Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/99
This commit is contained in:
Victor Westerlund 2026-01-01 12:44:30 +01:00
parent 105a6ada9d
commit fd9f1d5333

View file

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