This commit is contained in:
2019-09-23 18:20:48 +00:00
parent a396bfed80
commit 34cfc89d0b
3 changed files with 107 additions and 2 deletions

15
.vscode/launch.json vendored
View File

@@ -13,6 +13,21 @@
"program": "${workspaceFolder}/bin/Debug/netcoreapp2.2/qbridge.dll",
"args": [],
"cwd": "${workspaceFolder}",
"launchBrowser": {
"enabled": true,
//"args": "${auto-detect-url}/auth/",
"windows": {
"command": "cmd.exe",
//"args": "/C start http://localhost:7575/api/v8/"
"args": "/C start ${auto-detect-url}/qbridge/",
},
"osx": {
"command": "open"
},
"linux": {
"command": "xdg-open"
}
},
"stopAtEntry": false,
// Enable launching a web browser when ASP.NET Core starts. For more information: https://aka.ms/VSCode-CS-LaunchJson-WebBrowser
"serverReadyAction": {