mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-01-11 21:36:00 +01:00
fix(code-server): disable AI features (#92)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/92
This commit is contained in:
parent
a3e1723787
commit
0e234fe6df
1 changed files with 2 additions and 1 deletions
|
|
@ -33,5 +33,6 @@
|
|||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"files.insertFinalNewline": true,
|
||||
"files.trimFinalNewlines": true,
|
||||
"autoDocstring.startOnNewLine": true
|
||||
"autoDocstring.startOnNewLine": true,
|
||||
"chat.disableAIFeatures": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue