Enable debugging on remote device

This commit is contained in:
2023-11-05 15:16:38 +00:00
parent 03d64364a8
commit d8c828686e

View File

@ -4,7 +4,7 @@
"commandName": "Project", "commandName": "Project",
"dotnetRunMessages": true, "dotnetRunMessages": true,
"launchBrowser": true, "launchBrowser": true,
"applicationUrl": "https://localhost:7021;http://localhost:5021", "applicationUrl": "https://*:7021;http://*:5021",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }