mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Register .cts and .mts as TypeScript files
For https://github.com/microsoft/TypeScript/pull/44501
This commit is contained in:
@@ -22,7 +22,9 @@
|
||||
"typescript"
|
||||
],
|
||||
"extensions": [
|
||||
".ts"
|
||||
".ts",
|
||||
".cts",
|
||||
".mts"
|
||||
],
|
||||
"configuration": "./language-configuration.json"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user