Skip to content

Commit 425dcf1

Browse files
committed
docs: update docs
1 parent a0f5f4f commit 425dcf1

1 file changed

Lines changed: 10 additions & 14 deletions

File tree

doc/nvim-dap-vscode-js.txt

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,16 @@ Settings *Settings*
55
Plugin configuration options
66

77
Fields: ~
8-
{node_path} (string) Path of node executable. Defaults to
9-
$NODE_PATH, and then "node"
10-
{debugger_path} (string) Path to vscode-js-debug. Defaults to
11-
(runtimedir)/site/pack/packer/opt/vscode-js-debug
12-
{adapters} (string[]) List of adapters to configure. Options
13-
are 'pwa-node', 'pwa-chrome',
14-
'pwa-msedge', 'node-terminal',
15-
'pwa-extensionHost'. Defaults to all. See
16-
https://github.com/microsoft/vscode-js-debug/blob/main/OPTIONS.md
17-
for configuration options.
18-
{verify_timeout} (number) Timeout after which to fail breakpoints
19-
if a verify event has not come through
20-
from debugger. Set to false to disable
21-
this feature.
8+
{node_path} (string) Path of node executable. Defaults to
9+
$NODE_PATH, and then "node"
10+
{debugger_path} (string) Path to vscode-js-debug. Defaults to
11+
(runtimedir)/site/pack/packer/opt/vscode-js-debug
12+
{adapters} (string[]) List of adapters to configure. Options are
13+
'pwa-node', 'pwa-chrome', 'pwa-msedge',
14+
'node-terminal', 'pwa-extensionHost'.
15+
Defaults to all. See
16+
https://github.com/microsoft/vscode-js-debug/blob/main/OPTIONS.md
17+
for configuration options.
2218

2319

2420
dapjs.setup({settings}) *dapjs.setup()*

0 commit comments

Comments
 (0)