vscode dap

This commit is contained in:
kenobi 2023-12-22 16:43:48 +01:00
parent 3569e81a4f
commit 8affa384df
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,6 @@
return {
"mxsdev/nvim-dap-vscode-js",
opts = function()
adapters = { "pwa-node", "pwa-chrome", "pwa-msedge", "node-terminal", "pwa-extensionHost" }
end,
}

View File

@ -0,0 +1,4 @@
return {
"microsoft/vscode-js-debug",
build = "npm install --legacy-peer-deps && npx gulp vsDebugServerBundle && mv dist out",
}