configuration vscode

This commit is contained in:
Amaury
2023-07-11 14:25:09 +02:00
committed by Amaury JOLY
parent 028ef5f9f2
commit 0a3fb33f63
4 changed files with 38 additions and 0 deletions

13
.vscode/settings.json vendored Executable file
View File

@ -0,0 +1,13 @@
{
"spellright.language": [
"French",
"English"
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext"
],
"ltex.additionalRules.motherTongue": "fr",
"ltex.language": "en"
}