mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Merge pull request #212158 from kdy1/swcrc-schema
feat: Use official json schema for SWC
This commit is contained in:
@@ -140,6 +140,10 @@
|
||||
"fileMatch": "jsconfig.*.json",
|
||||
"url": "./schemas/jsconfig.schema.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": ".swcrc",
|
||||
"url": "https://swc.rs/schema.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": "typedoc.json",
|
||||
"url": "https://typedoc.org/schema.json"
|
||||
|
||||
Reference in New Issue
Block a user