We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17afd65 commit b91e4e3Copy full SHA for b91e4e3
1 file changed
README.md
@@ -50,7 +50,7 @@ npm run compile
50
## Setup
51
52
```lua
53
-require("nvim-dap-vscode-js").setup({
+require("dap-vscode-js").setup({
54
-- node_path = "node", -- Path of node executable. Defaults to $NODE_PATH, and then "node"
55
-- debugger_path = "(runtimedir)/site/pack/packer/opt/vscode-js-debug", -- Path to vscode-js-debug installation.
56
adapters = { 'pwa-node', 'pwa-chrome', 'pwa-msedge', 'node-terminal', 'pwa-extensionHost' }, -- which adapters to register in nvim-dap
0 commit comments