mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12:19 +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;
|
||||
"github.copilot.enable" = {
|
||||
"*" = true;
|
||||
"plaintext" = true;
|
||||
"markdown" = false;
|
||||
"plaintext" = true;
|
||||
"properties" = false;
|
||||
"scminput" = false;
|
||||
"yaml" = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue