mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22: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" = {
|
||||
"*" = true;
|
||||
"markdown" = false;
|
||||
"plaintext" = true;
|
||||
"plaintext" = false;
|
||||
"properties" = false;
|
||||
"scminput" = false;
|
||||
"yaml" = true;
|
||||
|
|
Loading…
Reference in a new issue