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