Added .map json association.

This commit is contained in:
Ulysse Cura 2026-08-13 21:01:51 +02:00
parent b673f7926e
commit 116c43b41b
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@
"telemetry.telemetryLevel": "off",
"files.associations": {
"*.tsx": "xml"
"*.tsx": "xml",
"*.map": "json"
},
"bashIde.shellcheckArguments": "--exclude=SC2120,SC2155,SC2119",