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: make launch.json git friendly #2

Closed joined72 closed 7 months ago

joined72 commented 7 months ago

Simple replacing old "program" launch.json variable with the following one:

"program": "${config:godot-dotnet-tools.executablePath}",

will make launch.json git friendly! ;)

I hope this can help.

williamoberg commented 7 months ago

Good proposal! I'll try to implement this tomorrow 👍

joined72 commented 7 months ago

Great, looking forward to seeing it in action! 👍

williamoberg commented 7 months ago

@joined72 I did it straight away, lol.

It seems to work as expected! Thanks for the proposal, it simplifies the workflow quite a bit 👍

Let me know if you have any issues with the new update!

joined72 commented 7 months ago

Really, really, REALLY... GREAT! ;) Works really very well! :)