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" = {
"*" = true;
"markdown" = false;
"plaintext" = true;
"plaintext" = false;
"properties" = false;
"scminput" = false;
"yaml" = true;