${workspaceRoot} -> ${workspaceFolder}

This commit is contained in:
isidor
2017-09-19 11:21:41 +02:00
parent e99995dce1
commit efdc328058
28 changed files with 108 additions and 108 deletions

View File

@@ -27,9 +27,9 @@
"lcov.watch": [
{
"pattern": "**/*.test.js",
"command": "${workspaceRoot}/scripts/test.sh --coverage --run ${file}",
"command": "${workspaceFolder}/scripts/test.sh --coverage --run ${file}",
"windows": {
"command": "${workspaceRoot}\\scripts\\test.bat --coverage --run ${file}"
"command": "${workspaceFolder}\\scripts\\test.bat --coverage --run ${file}"
}
}
]