mirror of
https://github.com/jbowdre/dotfiles.git
synced 2025-02-16 17:24:38 +00:00
vscode: don't use copilot in properties (.env) files
This commit is contained in:
parent
61ef08fa5c
commit
69291566ee
1 changed files with 2 additions and 1 deletions
|
@ -159,8 +159,9 @@
|
||||||
"git.ignoreLegacyWarning" = true;
|
"git.ignoreLegacyWarning" = true;
|
||||||
"github.copilot.enable" = {
|
"github.copilot.enable" = {
|
||||||
"*" = true;
|
"*" = true;
|
||||||
"plaintext" = true;
|
|
||||||
"markdown" = false;
|
"markdown" = false;
|
||||||
|
"plaintext" = true;
|
||||||
|
"properties" = false;
|
||||||
"scminput" = false;
|
"scminput" = false;
|
||||||
"yaml" = true;
|
"yaml" = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue