case 4447
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -10,7 +10,7 @@
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build",
|
||||
// If you have changed target frameworks, make sure to update the program path.
|
||||
"program": "${workspaceFolder}/bin/Debug/net5.0/contact.dll",
|
||||
"program": "${workspaceFolder}/bin/Debug/net6.0/contact.dll",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}",
|
||||
"stopAtEntry": false,
|
||||
@@ -20,7 +20,7 @@
|
||||
"args": "${auto-detect-url}",
|
||||
"windows": {
|
||||
"command": "cmd.exe",
|
||||
"args": "/C start http://localhost:3002/contact"
|
||||
"args": "/C start http://localhost:3002/request"
|
||||
},
|
||||
"osx": {
|
||||
"command": "open"
|
||||
|
||||
Reference in New Issue
Block a user