vscode: disable copilot on plaintext

This commit is contained in:
John Bowdre 2024-03-04 09:31:49 -06:00
parent 93675af38f
commit ce92c2ed86

View file

@ -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;