We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
js-debug-adapter
1 parent 3dc09de commit a780cd0Copy full SHA for a780cd0
lua/astrocommunity/pack/typescript/dap.lua
@@ -8,10 +8,7 @@ return {
8
type = "server",
9
host = "localhost",
10
port = "${port}",
11
- executable = {
12
- command = "node",
13
- args = { vim.fn.expand "$MASON/packages/js-debug-adapter/js-debug/src/dapDebugServer.js", "${port}" },
14
- },
+ executable = { command = vim.fn.exepath "js-debug-adapter", args = { "${port}" } },
15
}
16
end
17
if not dap.adapters.node then
0 commit comments