Limit languagetool to only operating on markdown

This commit is contained in:
Jake Howard 2021-11-07 21:57:24 +00:00
parent 46578eb980
commit c1fb121934
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 4 additions and 1 deletions

View File

@ -66,5 +66,8 @@
"languageToolLinter.languageTool.motherTongue": "en-GB",
"python.languageServer": "Jedi",
"python.experiments.enabled": false,
"terminal.integrated.enablePersistentSessions": false
"terminal.integrated.enablePersistentSessions": false,
"languageToolLinter.plainText.languageIds": [
"markdown"
]
}