williamoberg / godot-dotnet-tools

Generate .NET related files for your Godot project
https://marketplace.visualstudio.com/items?itemName=woberg.godot-dotnet-tools
MIT License
9 stars 0 forks source link

Proposal: Adding the ms-dotnettools.csdevkit extension dependence #3

Closed joined72 closed 7 months ago

joined72 commented 7 months ago

Adding the ms-dotnettools.csdevkit dependence, will automatically install the entire MS C# ecosystem, not requiring the user to install it manually!

williamoberg commented 7 months ago

I get that this might be useful for some, but since the extension itself doesn't need it to function, adding an unnecessary dependency does not feel right. I'd rather have users choose to install the Dev Kit for themselves.

Also, because the MS Devkit is proprietary and has some pretty strict licencing terms, I feel like it doesn't fit the Godot ecosystem.

I myself, for example, don't use the DevKit at all. The standard C# extension with omnisharp has all you need for this extension.

joined72 commented 7 months ago

OK, I didn't know, thanks.