mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
adopt tasks 2.0 (for Microsoft/vscode#50876)
This commit is contained in:
4
basic-multi-root-sample/.vscode/launch.json
vendored
4
basic-multi-root-sample/.vscode/launch.json
vendored
@ -11,7 +11,7 @@
|
||||
"stopOnEntry": false,
|
||||
"sourceMaps": true,
|
||||
"outFiles": [ "${workspaceRoot}/out/src/**/*.js" ],
|
||||
"preLaunchTask": "npm"
|
||||
"preLaunchTask": "tsc: watch - tsconfig.json"
|
||||
},
|
||||
{
|
||||
"name": "Launch Tests",
|
||||
@ -22,7 +22,7 @@
|
||||
"stopOnEntry": false,
|
||||
"sourceMaps": true,
|
||||
"outFiles": [ "${workspaceRoot}/out/test/**/*.js" ],
|
||||
"preLaunchTask": "npm"
|
||||
"preLaunchTask": "tsc: watch - tsconfig.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user