Updating dap
This commit is contained in:
@@ -17,23 +17,12 @@ return {
|
||||
command = "js-debug-adapter",
|
||||
},
|
||||
}
|
||||
dap.configurations.javascript = {
|
||||
{
|
||||
type = "pwa-node",
|
||||
request = "launch",
|
||||
name = "Launch file",
|
||||
program = "${file}",
|
||||
cwd = "${workspaceFolder}",
|
||||
},
|
||||
}
|
||||
dap.configurations.typescript = {
|
||||
{
|
||||
name = "Attach to process (global nvim)",
|
||||
type = "pwa-node",
|
||||
request = "launch",
|
||||
name = "Launch file",
|
||||
program = "${file}",
|
||||
cwd = "${workspaceFolder}",
|
||||
runtimeExecutable = "tsx",
|
||||
request = "attach",
|
||||
port = 9229,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user