godotengine / godot-vscode-plugin

Godot development tools for VSCode
MIT License
1.48k stars 148 forks source link

fix Godot4.x debug console print multiple logs into one line. #571

Closed kaluluosi closed 5 months ago

kaluluosi commented 6 months ago

Before fix Snipaste_2024-01-19_20-18-53

After fix Snipaste_2024-01-19_20-11-33

The server_controller of Godot 3 has no this bug. So only fix for Godot 4.

DaelonSuzuka commented 5 months ago

Looks good, thanks!