-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershacktoberfestAn issue which is part of hacktoberfestAn issue which is part of hacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Description
Re: dotnet/project-system#2670 (comment)
Yes FWIW my project includes a Properties/launchSettings.json file & Visual Studio can launch the project just fine.
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:51867/",
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}But the new C# Dev Kit fails with the following.
I'm thinking I might be able to get this working with a VsCode task to manually start IISExpress & then a custom launch config to attach to the process. But it would obviously be nicer if it just worked out of the box like it does in Visual Studio.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershacktoberfestAn issue which is part of hacktoberfestAn issue which is part of hacktoberfesthelp wantedExtra attention is neededExtra attention is needed
