mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-25 18:42: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;
|
"git.ignoreLegacyWarning" = true;
|
||||||
"github.copilot.enable" = {
|
"github.copilot.enable" = {
|
||||||
"*" = true;
|
"*" = true;
|
||||||
|
"gemini" = false;
|
||||||
"markdown" = false;
|
"markdown" = false;
|
||||||
"plaintext" = false;
|
"plaintext" = false;
|
||||||
"properties" = false;
|
"properties" = false;
|
||||||
|
|
Loading…
Reference in a new issue