Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Commit bb11e17

Browse files
committed
Clean up testapp launch.json
1 parent 436ea3e commit bb11e17

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

testapp/.vscode/launch.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,11 @@
77
"type": "chrome",
88
"request": "launch",
99
"url": "http://localhost:8080/index.html",
10-
"port": 9223,
10+
"port": 9222,
1111
"pathMapping": {
1212
"/": "${workspaceFolder}/wwwroot"
1313
},
14-
// "webRoot": "${workspaceFolder}/wwwroot",
15-
"showAsyncStacks": true,
1614
// "runtimeExecutable": "/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary",
17-
"disableNetworkCache": true,
1815
"trace": true
1916
},
2017
{

0 commit comments

Comments
 (0)