dotnet / dotnet/website-feedback

VSCode dialog order is reversed from tutorial in the "Run and Debug" section.

Open
#803 1 comment 0 reactions 1 assignee Claimed by @mairaw View on GitHub
area-tutorials
Dominant language
No language data
Stars
7
Forks
57
PR merge metrics
No merged PRs in 30d

Description

### URL

https://dotnet.microsoft.com/en-us/learn/aspnet/blazor-tutorial/run

> Visual Studio Code will open up a menu of launch configurations. Select C#: BlazorApp [Default Configuration].

What was shown:
Image

The dialog presented the debugger first and C# Blazor App [Default Configuration] second, the opposite of the tutorial.

### Operating system

macOS

### More information about your system

macOS Sequoia 15.6
ARM64 (M1)

### Description

Pretty minor, it's just the VSCode dialog order is reversed from the tutorial.

### dotnet --info

```bash
🔐 dotnet 14:10$ dotnet --info
.NET SDK:
Version: 9.0.306
Commit: cc9947ca66
Workload version: 9.0.300-manifests.87361a52
MSBuild version: 17.14.28+09c1be848

Runtime Environment:
OS Name: Mac OS X
OS Version: 15.6
OS Platform: Darwin
RID: osx-arm64
Base Path: /usr/local/share/dotnet/sdk/9.0.306/

.NET workloads installed:
There are no installed workloads to display.
Configured to use loose manifests when installing new manifests.

Host:
Version: 9.0.10
Architecture: arm64
Commit: e1f19886fe

.NET SDKs installed:
9.0.306 [/usr/local/share/dotnet/sdk]

.NET runtimes installed:
Microsoft.AspNetCore.App 9.0.10 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 9.0.10 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]

Other architectures found:
None

Environment variables:
Not set

global.json file:
Not found

Learn more:
https://aka.ms/dotnet/info

Download .NET:
https://aka.ms/dotnet/download
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.