mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Incooperate API feedback
This commit is contained in:
@@ -458,6 +458,18 @@
|
||||
"url": "http://json.schemastore.org/typings"
|
||||
}
|
||||
],
|
||||
"taskTypes": [
|
||||
{
|
||||
"type": "typescript",
|
||||
"required": ["tsconfig"],
|
||||
"properties": {
|
||||
"tsconfig": {
|
||||
"type": "string",
|
||||
"description": "The tsconfig file that defines the TS build"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"problemPatterns": [
|
||||
{
|
||||
"name": "tsc",
|
||||
|
||||
Reference in New Issue
Block a user