mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Merge pull request #112972 from MattiaZir/fix-112965
DAP: Enable showing errors to users
This commit is contained in:
@@ -176,7 +176,7 @@ struct Message {
|
||||
int id = 0;
|
||||
String format;
|
||||
bool sendTelemetry = false; // Just in case :)
|
||||
bool showUser = false;
|
||||
bool showUser = true;
|
||||
Dictionary variables;
|
||||
|
||||
_FORCE_INLINE_ Dictionary to_json() const {
|
||||
|
||||
Reference in New Issue
Block a user