Merge pull request #112972 from MattiaZir/fix-112965

DAP: Enable showing errors to users
pull/113879/head
Thaddeus Crews 2025-12-10 18:10:42 +07:00
commit b70b97afff
No known key found for this signature in database
GPG Key ID: 8C6E5FEB5FC03CCC
1 changed files with 1 additions and 1 deletions

@ -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 {