dotnet / dotnet/vscode-csharp

New Blazor projects should have a launch.json generated

Open
#5,744 1 comment 0 reactions 1 assignee Claimed by @dibarbet View on GitHub
Blazor Feature Request Launch and Task Assets Triaged
Dominant language
TypeScript
Stars
3.1k
Forks
737
Avg merge
17h 56m
Merged PRs (30d)
21

Description

Affected Branch:
Affected Build: v2.0.14-beta.g57062101b5, v0.0.504-alpha
Affected Product Language:

Steps to reproduce:

1.Boot VS Code
2. Open a Folder
3. Ctrl + Shift + P (Help -> Show All Commands)
4. .NET : New Project
5. Choose Blazor Server app
6. Give the new project a name
7. F5 (Run -> Start Debugging)

RESULT:
Build and restore occur, but nothing else.

EXPECT:
Debugger to start, browser opens, etc. Potentially, this means generation of a launch.json isn't functioning correctly.

NOTE:
Should also work with existing c# and razor projects, where the user presses F5 and "things just work".

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.