This commit is contained in:
Rob Lourens 2016-07-15 14:58:19 -07:00
Родитель c2eb79f496
Коммит b8f33261d3
2 изменённых файлов: 5 добавлений и 12 удалений

3
.gitignore поставляемый
Просмотреть файл

@ -5,4 +5,5 @@ lib/
*.vsix
vscode-chrome-debug.txt
typings/
.browse.VC.db
.browse.VC.db
testapp/.vscode/chrome

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

@ -9,16 +9,8 @@
"url": "http://localhost:8080/index.html",
"sourceMaps": true,
"diagnosticLogging": true,
"webRoot": "${workspaceRoot}/wwwroot"
},
{
"name": "launch for file",
"type": "chrome",
"request": "launch",
"file": "${workspaceRoot}/wwwroot/index.html",
"sourceMaps": true,
"diagnosticLogging": true,
"webRoot": "${workspaceRoot}/wwwroot"
"webRoot": "${workspaceRoot}/wwwroot",
"userDataDir": "${workspaceRoot}/.vscode/chrome"
},
{
"name": "attach to chrome",
@ -28,7 +20,7 @@
"sourceMaps": true,
"diagnosticLogging": true,
"webRoot": "${workspaceRoot}/wwwroot",
"url": "http://localhost:8080"
"url": "http://localhost:8080*"
}
]
}