Lex Li
Lex Li
This works similar to #158. We prefer #158 in our fork.
This extension uses [the standard VS Code mechanism](https://github.com/AvaloniaUI/AvaloniaVSCode/blob/d0e5d9c7cddf70d67985fb30c8ebf1bf3f5bcb4e/src/vscode-avalonia/src/runtimeManager.ts#L19) to ensure the .NET 9 runtime is installed. So, #158 is more than enough.
Currently, VS2022 for Windows and C# Dev Kit in VS Code keeps .NET 9 as a hard dependency, not .NET 10. This is how a tool vendor might prefer to...
This issue can be related to `TryCloseTag` from `CloseXmlTagManipulation.cs` in AvaloniaVS repo. Fixing it can be tricky not to break other cases. BTW, the Avalonia team is moving toward a...
Some autocompletion bug fixes were added in this fork, https://marketplace.visualstudio.com/items?itemName=lextudio.vscode-axaml
[Our fork](https://marketplace.visualstudio.com/items?itemName=lextudio.vscode-axaml) significantly improved the project resolution and compilation to ensure the previewer and completion work as expected. You might give it a try.
You might find https://github.com/etingof/pysnmp/issues/429 useful, and you are not using any Python module produced by this GitHub pysnmp organization (they don't own `pyasn1` nor `pysnmp4`).
Solution Explorer is part of Microsoft's C# Dev Kit, so adding an Avalonia-related menu item to it would require some code beyond this extension but this is a nice idea...
It is just a previewer, so what you observed is the limited functionality offered. Hot Reload remains the preferred approach, or one day a visual designer might come in [the...
This extension only launches a previewer HTML page via iframe, https://github.com/AvaloniaUI/AvaloniaVSCode/blob/c7ae745401eb7039f65147674074b5a9dddac2c0/src/vscode-avalonia/src/panels/WebPreviwerPanel.ts#L94 and that page comes from an executable in Avalonia tooling. So, - What you observed cannot be further analyzed...