Add userDataDir to testapp
This commit is contained in:
Родитель
c2eb79f496
Коммит
b8f33261d3
|
@ -5,4 +5,5 @@ lib/
|
|||
*.vsix
|
||||
vscode-chrome-debug.txt
|
||||
typings/
|
||||
.browse.VC.db
|
||||
.browse.VC.db
|
||||
testapp/.vscode/chrome
|
|
@ -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*"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче