!3651 feat(#I67AG4): add Alex launch settings

* 源码本地调试端口50853一直被chrome占用, 添加一个配置文件走默认https://localhost:5001/
This commit is contained in:
alex_zou 2022-12-24 05:30:37 +00:00 committed by Argo
parent 9dcfe1cdce
commit a61735d3fb

View File

@ -37,6 +37,16 @@
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}"
},
"Alex": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:5001/",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}