godot/modules/mono/editor/GodotTools
Ignacio Etcheverry 6e7da72648 C#: Fix editor unable to play game after IDE PlayRequest
The editor wasn't clearing the debugger agent
settings properly after a processing a play
request from an IDE. This caused consequent play
attempts to fail if not launched from the IDE,
as the game would still attempt and fail to
connect to the debugger.

The concrete cause: Forgetting to clear the
`GODOT_MONO_DEBUGGER_AGENT` environment variable.
2020-08-19 00:14:57 +02:00
..
GodotTools C#: Fix editor unable to play game after IDE PlayRequest 2020-08-19 00:14:57 +02:00
GodotTools.BuildLogger C#: Use Sdks in GodotTools csprojs and switch to nuget Microsoft.Build 2020-05-09 21:36:31 +02:00
GodotTools.Core C#: Switch games to MSBuild Sdks and .NET Standard 2020-07-25 19:22:01 +02:00
GodotTools.IdeMessaging C#: Add VisualStudio support 2020-06-15 21:29:16 +02:00
GodotTools.IdeMessaging.CLI Commit other files changed by file_format.sh 2020-07-13 14:14:11 -04:00
GodotTools.OpenVisualStudio Commit other files changed by file_format.sh 2020-07-13 14:14:11 -04:00
GodotTools.ProjectEditor C#: Switch games to MSBuild Sdks and .NET Standard 2020-07-25 19:22:01 +02:00
.gitignore
GodotTools.sln C#: Add VisualStudio support 2020-06-15 21:29:16 +02:00