KreativJos / csharpextensions

C# Extensions for Visual Studio Code
MIT License
73 stars 35 forks source link

Extension doesn't work in VSCodium #37

Closed pm4rcin closed 3 years ago

pm4rcin commented 3 years ago

Hi, when I try to create a class, controller or any other thing from submenu it can't because "Weird, but the extension you are currently using could not be found". OS: EndeavourOS 5.14.2-arch1-2 VSCodium: 1.60 (but the same thing happened with previous versions) C# Extensions: v1.4.2

KreativJos commented 3 years ago

Thank you for reporting this. The issue is obvious, and it is kind of stupid I did not think of this before publishing:

https://github.com/KreativJos/csharpextensions/blob/master/src/extension.ts#L84:L87

The templates are loaded via the extension folder, which is resolved by the extension name. But the publishing name for vscodium is different, so it cannot be found.

I'll try to resolve this.

pm4rcin commented 3 years ago

It works! Thanks :)