mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-01-11 21:36:00 +01:00
fix(code-server): disable global telemetry (#99)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/99
This commit is contained in:
parent
105a6ada9d
commit
fd9f1d5333
1 changed files with 2 additions and 1 deletions
|
|
@ -36,5 +36,6 @@
|
||||||
"autoDocstring.startOnNewLine": true,
|
"autoDocstring.startOnNewLine": true,
|
||||||
"chat.disableAIFeatures": true,
|
"chat.disableAIFeatures": true,
|
||||||
"editor.snippetSuggestions": "top",
|
"editor.snippetSuggestions": "top",
|
||||||
"emmet.showSuggestionsAsSnippets": true
|
"emmet.showSuggestionsAsSnippets": true,
|
||||||
|
"telemetry.telemetryLevel": "off"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue