unoplatform / uno.templates

Uno Platform project templates
https://platform.uno/
Other
16 stars 10 forks source link

`.vsconfig` does not recognize Uno Extension in VS #962

Open MartinZikmund opened 2 months ago

MartinZikmund commented 2 months ago

https://github.com/unoplatform/uno.templates/blob/32e04d96e4de1cd7ae810c2808a47c9f6180c69b/src/Uno.Templates/content/unoapp/.vsconfig#L42

jeromelaban commented 1 month ago

@MartinZikmund what does it do?

MartinZikmund commented 1 month ago

This should (if it worked) suggest the user to install the Uno Platform extension, unless it is already installed - which is useful if a user opens an external Uno Platform app repository. However, it seems that in the current state it just pops notification about dependency missing, and hitting the Install button then opens an infinite loading VS dialog. Maybe it was a problem on my side though, as I might have installed a dev version of the extension instead of the prod one - need to verify and test it