Added js debug options
This commit is contained in:
@@ -17,6 +17,14 @@ return {
|
|||||||
command = "js-debug-adapter",
|
command = "js-debug-adapter",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
dap.configurations.javascript = {
|
||||||
|
{
|
||||||
|
name = "Attach to process (global nvim)",
|
||||||
|
type = "pwa-node",
|
||||||
|
request = "attach",
|
||||||
|
port = 9229,
|
||||||
|
},
|
||||||
|
}
|
||||||
dap.configurations.typescript = {
|
dap.configurations.typescript = {
|
||||||
{
|
{
|
||||||
name = "Attach to process (global nvim)",
|
name = "Attach to process (global nvim)",
|
||||||
|
|||||||
Reference in New Issue
Block a user