You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET Command Line Tools (2.1.101)
Product Information:
Version: 2.1.101
Commit SHA-1 hash: 6c22303bf0
Runtime Environment:
OS Name: Windows
OS Version: 10.0.16299
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\2.1.101\
Microsoft .NET Core Shared Framework Host
Version : 2.0.6
Build : 74b1c703813c8910df5b96f304b0f2b78cdf194d
VS Code version: 1.23.1
C# Extension version: 1.15
Steps to reproduce
Create a default ASP.NET Core project with VS.
Change Application URL in Project Settings
Launch it via VSCode
Expected behavior
Application binds to the correct Application URL defined in launchSettings.json as applicationUrl as it does when using dotnet run.
Actual behavior
Application binds to port 5000
The text was updated successfully, but these errors were encountered:
This is still not working for me. I have 2 projects in one folder, and it ignores my launchSettings.json for both of them and tries to run them both on port 5000.
I am happy to help investigate, but please open a new issue rather than commenting on a closed issue. Please include these three details --
What OS are you on
For the projects you are launching, what is the path to your launchSettings.json relative to the root of your workspace. The debugger should be looking in ${cwd}/Properties/launchSettings.json.
Environment data
dotnet --info
output:VS Code version: 1.23.1
C# Extension version: 1.15
Steps to reproduce
Expected behavior
Application binds to the correct Application URL defined in launchSettings.json as applicationUrl as it does when using dotnet run.
Actual behavior
Application binds to port 5000
The text was updated successfully, but these errors were encountered: