mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-03 14:15:56 +01:00
22 lines
319 B
JSON
22 lines
319 B
JSON
{
|
|
"version": 1,
|
|
"hooks": {
|
|
"sessionStart": [
|
|
{
|
|
"type": "command",
|
|
"bash": "npm install",
|
|
"powershell": "npm install",
|
|
"timeoutSec": 120
|
|
}
|
|
],
|
|
"sessionEnd": [
|
|
{
|
|
"type": "command",
|
|
"bash": "npm run compile",
|
|
"powershell": "npm run compile",
|
|
"timeoutSec": 120
|
|
}
|
|
]
|
|
}
|
|
}
|