Added js debug options

This commit is contained in:
2024-09-26 11:58:57 +02:00
parent aed0eca8ce
commit e9670b2ae8

View File

@@ -17,6 +17,14 @@ return {
command = "js-debug-adapter",
},
}
dap.configurations.javascript = {
{
name = "Attach to process (global nvim)",
type = "pwa-node",
request = "attach",
port = 9229,
},
}
dap.configurations.typescript = {
{
name = "Attach to process (global nvim)",