Closed WittonBell closed 3 months ago
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.
Happy Coding!
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.