You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that nvim-dap-vscode-js doesn't work for launch.json tasks that don't have the "task" value prefixed with pwa- (like "pwa-node"). According to microsoft/vscode-js-debug#1404, pwa- should no longer be used. Are there any plans to remove the pwa- prefixes for nvim-dap-vscode-js and/or also support launch.json files with just "node", "chrome", etc.?
The text was updated successfully, but these errors were encountered:
I noticed that nvim-dap-vscode-js doesn't work for
launch.json
tasks that don't have the"task"
value prefixed withpwa-
(like"pwa-node"
). According to microsoft/vscode-js-debug#1404,pwa-
should no longer be used. Are there any plans to remove thepwa-
prefixes for nvim-dap-vscode-js and/or also supportlaunch.json
files with just"node"
,"chrome"
, etc.?The text was updated successfully, but these errors were encountered: