diff --git a/.vscode/settings.json b/.vscode/settings.json index 01d9b230e..f2a732507 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,4 +8,7 @@ "i18n-ally.localesPaths": [ "./src/public/translations" ], + "[jsonc]": { + "editor.defaultFormatter": "vscode.json-language-features" + }, }