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
In the README file for this project, it is suggested that to configure the debug to use the .vscode/launch.json file this configuration should be used:
However, using the latest version of dap there is a warning about require("dap.ext.vscode").load_launchjs() being deprecated. What is the current way to do this?
The text was updated successfully, but these errors were encountered:
In the README file for this project, it is suggested that to configure the debug to use the .vscode/launch.json file this configuration should be used:
However, using the latest version of
dap
there is a warning aboutrequire("dap.ext.vscode").load_launchjs()
being deprecated. What is the current way to do this?The text was updated successfully, but these errors were encountered: