webkit->chrome in launch.json, maybe should change type too

This commit is contained in:
Rob 2015-10-18 23:34:40 -07:00
Родитель 6d5c5e0f32
Коммит 33254488ae
1 изменённых файлов: 3 добавлений и 3 удалений

6
testapp/.vscode/launch.json поставляемый
Просмотреть файл

@ -3,17 +3,17 @@
"openDebug": "server=4712",
"configurations": [
{
"name": "test webkit",
"name": "test chrome",
"type": "webkit",
//"program": "out/client/index.html",
"runtimeArgs": ["http://localhost:8080/out/client/index.html?5"],
"runtimeArgs": ["http://localhost:8080/out/client/index.html?2"],
"cwd": ".",
"stopOnEntry": false,
"sourceMaps": false,
"outDir": "out"
},
{
"name": "attach to webkit",
"name": "attach to chrome",
"type": "webkit",
"port": 9222
}