mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Migrate JS/TS to language-configuration
This commit is contained in:
@@ -37,7 +37,8 @@
|
||||
],
|
||||
"extensions": [
|
||||
".ts"
|
||||
]
|
||||
],
|
||||
"configuration": "./language-configuration.json"
|
||||
},
|
||||
{
|
||||
"id": "typescriptreact",
|
||||
@@ -47,7 +48,8 @@
|
||||
],
|
||||
"extensions": [
|
||||
".tsx"
|
||||
]
|
||||
],
|
||||
"configuration": "./language-configuration.json"
|
||||
}
|
||||
],
|
||||
"grammars": [
|
||||
|
||||
Reference in New Issue
Block a user