We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd1adc commit 5b00946Copy full SHA for 5b00946
dap-chrome.el
@@ -60,7 +60,8 @@
60
(dap--put-if-absent :webRoot (lsp-workspace-root))))
61
("file" (dap--put-if-absent conf :file
62
(read-file-name "Select the file to open in the browser:"
63
- nil (buffer-file-name) t))))
+ nil (buffer-file-name) t)))
64
+ (_ conf))
65
:mode))
66
67
(dap-register-debug-provider "chrome" #'dap-chrome--populate-start-file-args)
0 commit comments