Added .map json association.
This commit is contained in:
parent
b673f7926e
commit
116c43b41b
|
|
@ -37,7 +37,8 @@
|
||||||
"telemetry.telemetryLevel": "off",
|
"telemetry.telemetryLevel": "off",
|
||||||
|
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"*.tsx": "xml"
|
"*.tsx": "xml",
|
||||||
|
"*.map": "json"
|
||||||
},
|
},
|
||||||
|
|
||||||
"bashIde.shellcheckArguments": "--exclude=SC2120,SC2155,SC2119",
|
"bashIde.shellcheckArguments": "--exclude=SC2120,SC2155,SC2119",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue