Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Configuration settings not shown in { } menu from XAML files #1640

Open
rachelkang opened this issue Nov 27, 2024 · 0 comments
Open

[BUG] Configuration settings not shown in { } menu from XAML files #1640

rachelkang opened this issue Nov 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@rachelkang
Copy link

Describe the Issue

Curly brace configuration menu with improved launch experience shows as expected from C# files:
Image

but the full menu is not shown from other files:

  • XAML files in particular are missing all of the active file context, launch configuration settings, startup project options, and debug target framework options:
    Image

perhaps expected (?), but active file context is missing from csproj and CSS files:

  • csproj files are missing active file context:
    Image
  • css files are missing active file context (for .NET MAUI blazor hybrid apps):
    Image

Steps To Reproduce

  1. Open VS Code and ensure C# Dev Kit extension Preview setting for "Improved Launch Experience" is checked
  2. Create a new .NET MAUI app
  3. Open a XAML file
  4. Click on the curly braces

Expected Behavior

Full menu including active file context, launch configuration settings, startup project options, and debug target framework options, should be shown when curly braces is selected from either C# or XAML files.

Environment Information

macOS Sequoia 15.1 (24B83)

VS Code Version: 1.95.3 (Universal)
Commit: f1a4fb101478ce6ec82fe9627c43efbf9e98c813
Date: 2024-11-13T14:50:04.152Z
Electron: 32.2.1
ElectronBuildId: 10427718
Chromium: 128.0.6613.186
Node.js: 20.18.0
V8: 12.8.374.38-electron.0
OS: Darwin arm64 24.1.0

C# Dev Kit extension v1.14.12 (pre-release)
.NET MAUI extension v1.6.4 (pre-release)

@rachelkang rachelkang added the bug Something isn't working label Nov 27, 2024
@rachelkang rachelkang changed the title [BUG] <title> [BUG] Configuration settings not shown in { } menu from XAML files Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant