mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
fix lcov settings on unix
This commit is contained in:
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -19,7 +19,7 @@
|
||||
"lcov.path": ["./.build/coverage/lcov.info", "./.build/coverage-single/lcov.info"],
|
||||
"lcov.watch": [{
|
||||
"pattern": "**/*.test.js",
|
||||
"command": "${workspaceRoot}\\scripts\\test.sh --coverage --run ${file}",
|
||||
"command": "${workspaceRoot}/scripts/test.sh --coverage --run ${file}",
|
||||
"windows": {
|
||||
"command": "${workspaceRoot}\\scripts\\test.bat --coverage --run ${file}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user