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
move mouse on http://127.0.0.1:5173 in terminal output, hover show Follow link(crtl + click), but Debug URL(crtl + click) expected. Open JavaScript Debug Terminal, run npm run dev, http://127.0.0.1:5173 hover show Debug URL(crtl + click).
There doesn't seem to be a way to configure launcher.json and start debugging URL. Currently, the closest way is to configure with run "npm start" in a debug terminal, but it only follow the URL, not starts debugging mode. So it could be a bug.
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.92.0. Please try upgrading to the latest version and checking whether this issue remains.
connor4312
changed the title
cannot start debug url when config with run "npm start" in a debug terminal in launch.json
Support "debug url" in terminals created through the node-terminal launch type
Aug 2, 2024
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
t
directoryt
with VSCodenpm init
in terminal of VSCode, thepackage.json
use following configure:.vscode/launch.json
and add configuration withrun "npm start" in a debug terminal
launch.json
:F5
runRun npm start
configurationhttp://127.0.0.1:5173
in terminal output, hover showFollow link(crtl + click)
, butDebug URL(crtl + click)
expected. OpenJavaScript Debug Terminal
, runnpm run dev
,http://127.0.0.1:5173
hover showDebug URL(crtl + click)
.There doesn't seem to be a way to configure
launcher.json
and start debugging URL. Currently, the closest way is to configure withrun "npm start" in a debug terminal
, but it only follow the URL, not starts debugging mode. So it could be a bug.The text was updated successfully, but these errors were encountered: