Node debugger fixes.

LSP mouse hover fix when there's also a linter error in the same position.
Fix in emscripten file parameter parsing.
This commit is contained in:
Martín Lucas Golini
2025-07-02 01:41:18 -03:00
parent aa7ee8093a
commit e0b763f637
12 changed files with 132 additions and 78 deletions

View File

@@ -248,6 +248,7 @@
"command_arguments": [ "${env:VSCODE_JS_DEBUG_PATH}/src/dapDebugServer.js", "${randPort}", "127.0.0.1" ]
},
"languages": ["javascript", "typescript"],
"unstable_frame_id": true,
"configurations": [
{
"name": "Launch script",