Public Access
5
0

Ajout de dictionnaire pour correction de texte et extensions et robots

This commit is contained in:
2025-11-24 01:05:37 -05:00
parent 50f6db64d5
commit 0082e76622
5 changed files with 42 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
"streetsidesoftware.code-spell-checker-french-reforme",
"nhoizey.gremlins",
"s2junn.image-essentials",
"shardulm94.trailing-spaces"
"shardulm94.trailing-spaces",
"esbenp.prettier-vscode"
]
}

12
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"not.cSpell.words": ["Grineers", "Dezothez", "Warframe", "warframe"],
"cSpell.language": "en,fr,fr-90",
"editor.formatOnSave": true,
"[html]": {
"files.autoSave": "afterDelay",
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"emmet.variables": {
"lang": "fr"
}
}