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
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: 1.60.2
OS Version: Windows 10 20H2
Hi vscode team,
I am developing multiple extensions and debug it by running the extensionHost like documented in the vscode docs. Unfortunately since a couple weeks ago the extension host cannot bind any breakpoints anymore. It might be since the vscode 1.60 version, but I'm not sure. I checked the issue microsoft/vscode-js-debug#1100 but the proposed help didn't work for me.
Hm... After a bit more research I found out that it was actually a setting in the webpack config, namely the "output.devtoolModuleFilenameTemplate". After removing it, the debugging worked again while running the extension in the extension host.
Weird thing is, I have that config since I started writing the extension and debugging always worked, just recently it stopped working.
Does this issue occur when all extensions are disabled?: Yes
Hi vscode team,
I am developing multiple extensions and debug it by running the extensionHost like documented in the vscode docs. Unfortunately since a couple weeks ago the extension host cannot bind any breakpoints anymore. It might be since the vscode 1.60 version, but I'm not sure. I checked the issue microsoft/vscode-js-debug#1100 but the proposed help didn't work for me.
This is my launch.json configuration:
The text was updated successfully, but these errors were encountered: