From 3a63103a7ea9556de383f220db0f18bb8f442445 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Tue, 5 Nov 2024 20:49:34 +0100 Subject: [PATCH] vscode config --- .vscode/settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f104aeb..0f75510 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,9 +1,8 @@ { "spellright.language": [ - "en_GB" + "fr_FR" ], "spellright.documentTypes": [ - "markdown", "latex", "plaintext" ]