mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +00:00
vscode: disable copilot on gemini
This commit is contained in:
parent
b30ddbe115
commit
5e98a17d69
1 changed files with 1 additions and 0 deletions
|
@ -200,6 +200,7 @@
|
|||
"git.ignoreLegacyWarning" = true;
|
||||
"github.copilot.enable" = {
|
||||
"*" = true;
|
||||
"gemini" = false;
|
||||
"markdown" = false;
|
||||
"plaintext" = false;
|
||||
"properties" = false;
|
||||
|
|
Loading…
Reference in a new issue