Enable debugging on remote device

This commit is contained in:
James Chapman 2023-11-05 15:16:38 +00:00
parent 03d64364a8
commit d8c828686e
Signed by: jamsch0
GPG Key ID: 765FE58130277547

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"
} }