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.?
I noticed that nvim-dap-vscode-js doesn't work for
launch.jsontasks 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.jsonfiles with just"node","chrome", etc.?