AvaloniaUI / AvaloniaVSCode

Visual Studio Code Extension for Avalonia UI
https://marketplace.visualstudio.com/items?itemName=AvaloniaTeam.vscode-avalonia
MIT License
103 stars 18 forks source link

feat(vscode-avalonia): prompt users to choose a solution file if workspace contains multiple #121

Open BinToss opened 8 months ago

BinToss commented 8 months ago

A re-open of #104

Resolves #101

This is similar to the implementations by OmniSharp, Ionide, ms-dotnettools.csharp, and others.

Note: commented code will not work until tc39/proposal-explicit-resource-management is formally part of ES. The commented code can be compiled with ESNext, but won't run in supported in VSCode <= v1.86.1

BinToss commented 8 months ago

After this, I'll be creating several more Pull Requests to slowly get fixes, refactors, typo corrections, and other changes merged upstream. See https://github.com/AvaloniaUI/AvaloniaVSCode/compare/main...BinToss:AvaloniaUI.AvaloniaVSCode:main for the remaining changes.