mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12:19 +00:00
vscode: fix settings mismatch
This commit is contained in:
parent
3d1fd7746c
commit
6254e6df8e
1 changed files with 2 additions and 1 deletions
|
@ -186,7 +186,7 @@
|
|||
"editor.acceptSuggestionOnCommitCharacter" = false;
|
||||
"editor.acceptSuggestionOnEnter" = "off";
|
||||
"editor.detectIndentation" = false;
|
||||
"editor.fontFamily" = "'Berkeley Mono', 'Droid Sans Mono', 'monospace', monospace";
|
||||
"editor.fontFamily" = "'Berkeley Mono', 'Droid Sans Mono', 'monospace'";
|
||||
"editor.fontLigatures" = true;
|
||||
"editor.inlineSuggest.enabled" = true;
|
||||
"editor.lineNumbers" = "relative";
|
||||
|
@ -206,6 +206,7 @@
|
|||
"files.trimTrailingWhitespace" = true;
|
||||
"git.confirmSync" = false;
|
||||
"git.ignoreLegacyWarning" = true;
|
||||
"github.copilot.editor.enableAutoCompletions" = true;
|
||||
"github.copilot.enable" = {
|
||||
"*" = true;
|
||||
"gemini" = false;
|
||||
|
|
Loading…
Reference in a new issue