mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2026-01-04 10:09:58 +03:00
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:
6
package-lock.json
generated
6
package-lock.json
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user