Add support for .axaml files
Closed this issue · 6 comments
Avalonia had to move to .axaml
files, because visual studio caused many bugs with .xaml
. Please, add support for .axaml
file extension, avalonia uses it by default now.
Thanks
Please take a look at #34
Thaks, but would it be possible to do it? I couldn't find this after quite a while of researching and I think it could be better for other people if it would do this automatically.
I can try to research a bit and do a pull request, but I've been looking into this and haven't found anything. Thanks again for help.
I guess it would be possible to check if the setting has axaml value configured, if not ask user and update the setting if needed.
Other option would be to update README of this extension to include short manual.
I guess it would be possible to check if the setting has axaml value configured, if not ask user and update the setting if needed.
Other option would be to update README of this extension to include short manual.
Is there a way to start the extension if it detects file? I know it is triggered by language detected (if you do ctrl+shift+k and type in xml and select it, the extension starts)
I filled a bug report on vscode
repository. We'll see, if they'll do something about it.