mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
More lcov settings
This commit is contained in:
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
@@ -17,5 +17,11 @@
|
||||
"tslint.enable": true,
|
||||
"tslint.rulesDirectory": "build/lib/tslint",
|
||||
"lcov.path": ["./.build/coverage/lcov.info", "./.build/coverage-single/lcov.info"],
|
||||
"lcov.watcherExec.windows": "${workspaceRoot}\\scripts\\test.bat --coverage --run ${file.replace(/^src/,'out').replace(/\\.ts$/,'.js')}"
|
||||
"lcov.watch": [{
|
||||
"pattern": "**/*.test.js",
|
||||
"command": "${workspaceRoot}\\scripts\\test.sh --coverage --run ${file}",
|
||||
"windows": {
|
||||
"command": "${workspaceRoot}\\scripts\\test.bat --coverage --run ${file}"
|
||||
}
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user