Add print_rich() support to Debug Console (#792)

* add bbcode support to debug console
* fix output line for Debug Console
* Update debug console output. Add Godot3.6 support.
This commit is contained in:
Saint
2025-02-22 12:36:11 -05:00
committed by GitHub
parent b986ce0e51
commit b29fbb75a0
4 changed files with 17 additions and 6 deletions

6
package-lock.json generated
View File

@@ -12,6 +12,7 @@
"@vscode/debugadapter": "^1.68.0",
"@vscode/debugprotocol": "^1.68.0",
"await-notify": "^1.0.1",
"bbcode-to-ansi": "^1.0.0",
"global": "^4.4.0",
"marked": "^4.0.11",
"net": "^1.0.2",
@@ -2129,6 +2130,11 @@
],
"optional": true
},
"node_modules/bbcode-to-ansi": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/bbcode-to-ansi/-/bbcode-to-ansi-1.0.0.tgz",
"integrity": "sha512-YQVaDdsVP2590q2AD3oTuSQecpx3YF2+gAimSbbmdjdvI8O8AOmEiTRLiRa1l2UoKjmbNh4e20s4XlRLk2n7ww=="
},
"node_modules/binary-extensions": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",