mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 17:32:19 +00:00
vscode: disable copilot on plaintext
This commit is contained in:
parent
93675af38f
commit
ce92c2ed86
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@
|
||||||
"github.copilot.enable" = {
|
"github.copilot.enable" = {
|
||||||
"*" = true;
|
"*" = true;
|
||||||
"markdown" = false;
|
"markdown" = false;
|
||||||
"plaintext" = true;
|
"plaintext" = false;
|
||||||
"properties" = false;
|
"properties" = false;
|
||||||
"scminput" = false;
|
"scminput" = false;
|
||||||
"yaml" = true;
|
"yaml" = true;
|
||||||
|
|
Loading…
Reference in a new issue