summaryrefslogtreecommitdiff
path: root/modules/mono/editor/GodotTools/GodotTools.OpenVisualStudio
AgeCommit message (Collapse)Author
2022-08-27Fix C# style with `dotnet format`Raul Santos
2022-08-22C#: Begin move to .NET CoreIgnacio Roldán Etcheverry
We're targeting .NET 5 for now to make development easier while .NET 6 is not yet released. TEMPORARY REGRESSIONS --------------------- Assembly unloading is not implemented yet. As such, many Godot resources are leaked at exit. This will be re-implemented later together with assembly hot-reloading.
2022-02-04Fixed opening new instances of VS 2022 while a instance is already openDensorius
2022-02-04Add Visual Studio 2022 support with fallback to 2019Densorius
2020-07-13Commit other files changed by file_format.shAaron Franke
2020-06-15C#: Add VisualStudio supportIgnacio Etcheverry