mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12:19 +00:00
vscode: disable copilot on markdown files
This commit is contained in:
parent
51b9590574
commit
6cef086dc9
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@
|
||||||
"github.copilot.enable" = {
|
"github.copilot.enable" = {
|
||||||
"*" = true;
|
"*" = true;
|
||||||
"plaintext" = true;
|
"plaintext" = true;
|
||||||
"markdown" = true;
|
"markdown" = false;
|
||||||
"scminput" = false;
|
"scminput" = false;
|
||||||
"yaml" = true;
|
"yaml" = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue