mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
[json] Treat *.css.map and *.js.map as JSON by default. Fixes #48291
This commit is contained in:
@@ -25,7 +25,9 @@
|
||||
".jscsrc",
|
||||
".eslintrc",
|
||||
".babelrc",
|
||||
".webmanifest"
|
||||
".webmanifest",
|
||||
".js.map",
|
||||
".css.map"
|
||||
],
|
||||
"filenames": [
|
||||
".watchmanconfig",
|
||||
|
||||
Reference in New Issue
Block a user