configuration vscode

This commit is contained in:
Amaury
2023-07-11 14:25:09 +02:00
parent b1ae7f3821
commit 9c0f14255d
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"
}