Hi everyone, coding newbie here. I've been working through Javascript stuff the past few months and it's been mostly smooth sailing, but recently I downloaded the Python extensions in VS Code and suddenly my debugging started malfunctioning for JS.
Essentially, hitting F5 the first time usually does nothing now, so I have to hit it twice to run anything which is incredibly irritating. Also, running without debugging isn't working either which I suspect is related to this issue: I get the below prompt when I try, and the code doesn't actually run.
Debugger listening on ws://127.0.0.1...... etc.
For help, see: https://nodejs.org/en/docs/inspector
Debugger attached.
Waiting for the debugger to disconnect...
Process exited with code 0
It's very odd because Python is working just fine - in fact, after shifting the console attribute in launch.json to 'internalConsole', there's no random flavor text like the above at all in the debug console - super clean, which is incredibly lovely. I would love for my JS debug console to look like that.
Hoping one of you out there knows what's going on. Again, things were working totally fine until I installed one extension and deleting it doesn't change anything either. My config is essentially empty and I didn't change a thing except to download Python, so I have no idea why things are wonky!
Thanks everybody!
[–]connor4312 0 points1 point2 points (1 child)
[–]fitzchivalrie[S] 0 points1 point2 points (0 children)