提交 e9370730 编写于 作者: I isidor

launch.json - remove warnings

上级 07b5d46c
......@@ -5,19 +5,18 @@
"name": "Unit Tests",
"type": "node",
"request": "launch",
"program": "node_modules/mocha/bin/_mocha",
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
"stopOnEntry": false,
"args": [
"--timeout",
"999999",
"--colors"
],
"cwd": ".",
"runtimeExecutable": null,
"cwd": "${workspaceRoot}",
"runtimeArgs": [],
"env": {},
"sourceMaps": true,
"outDir": "out"
"outDir": "${workspaceRoot}/out"
},
{
"name": "Attach to Extension Host",
......@@ -25,7 +24,7 @@
"request": "attach",
"port": 5870,
"sourceMaps": true,
"outDir": "out"
"outDir": "${workspaceRoot}/out"
},
{
"name": "VSCode API Tests",
......@@ -39,7 +38,7 @@
],
"stopOnEntry": false,
"sourceMaps": true,
"outDir": "out"
"outDir": "${workspaceRoot}/out"
},
{
"name": "Attach to VSCode",
......@@ -47,7 +46,7 @@
"request": "attach",
"port": 9222,
"sourceMaps": true,
"outDir": "out"
"outDir": "${workspaceRoot}/out"
},
{
"name": "Convert css-schema to browser.js",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册