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

XAML files are part of a miscellaneous workspace rather than actual C# workspace #72959

Closed
etvorun opened this issue Apr 9, 2024 · 0 comments · Fixed by #72965
Closed

XAML files are part of a miscellaneous workspace rather than actual C# workspace #72959

etvorun opened this issue Apr 9, 2024 · 0 comments · Fixed by #72965
Assignees
Labels
Area-IDE LSP issues related to the roslyn language server protocol implementation

Comments

@etvorun
Copy link
Contributor

etvorun commented Apr 9, 2024

Version Used: 4.1100.24.20901

Steps to Reproduce:

  1. Install VS Code.
  2. Install C# DevKit extension.
  3. Create MAUI app and open it in VS Code.
  4. Start debugging LSP process.
  5. Set breakpoint in workspace change notification code.
  6. In VS Code open any *.xaml file - e.g. MainPage.xaml - and make any changes.

Expected Behavior:
Workspace where *.xaml document changes occur is a C# workspace

Actual Behavior:
Workspace where *.xaml document changes occur is a miscellaneous workspace, a.k.a. one used for lose files.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Apr 9, 2024
@dibarbet dibarbet self-assigned this Apr 9, 2024
@dibarbet dibarbet added LSP issues related to the roslyn language server protocol implementation and removed untriaged Issues and PRs which have not yet been triaged by a lead labels Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE LSP issues related to the roslyn language server protocol implementation
Projects
None yet
2 participants