mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
web - support tasks in "yarn web"
This commit is contained in:
@@ -44,7 +44,25 @@
|
||||
"editor.lineNumbers": "off",
|
||||
"editor.tabSize": 2
|
||||
}
|
||||
}
|
||||
},
|
||||
"taskDefinitions": [
|
||||
{
|
||||
"type": "custombuildscript",
|
||||
"required": [
|
||||
"flavor"
|
||||
],
|
||||
"properties": {
|
||||
"flavor": {
|
||||
"type": "string",
|
||||
"description": "The build flavor. Should be either '32' or '64'."
|
||||
},
|
||||
"flags": {
|
||||
"type": "array",
|
||||
"description": "Additional build flags."
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"compile": "node ./node_modules/vscode/bin/compile -watch -p ./",
|
||||
|
||||
Reference in New Issue
Block a user