mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
file extensins: put primary first. For #102100
This commit is contained in:
@@ -48,14 +48,14 @@
|
||||
"JSON with Comments"
|
||||
],
|
||||
"extensions": [
|
||||
".hintrc",
|
||||
".babelrc",
|
||||
".jsonc",
|
||||
".eslintrc",
|
||||
".eslintrc.json",
|
||||
".jsfmtrc",
|
||||
".jshintrc",
|
||||
".swcrc"
|
||||
".swcrc",
|
||||
".hintrc",
|
||||
".babelrc"
|
||||
],
|
||||
"configuration": "./language-configuration.json"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user