Support JSONC locale files and update i18n handling #4

Merged
maxp merged 5 commits from feature/change-language-json-to-jsonc into main 2025-05-30 11:46:33 +02:00
6 changed files with 48 additions and 16 deletions
Showing only changes of commit c7af1fb6ca - Show all commits

View File

@@ -17,5 +17,8 @@
"[json]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
"[jsonc]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
"editor.formatOnSave": true
}