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
Hence, I suggest we add the debug types "node", "chrome", "msedge", "extensionHost" in addition to "pwa-*" versions of these.
This also creates issues when we are importing the autogenerated .vscode/launch.json file which doesn't have pwa- prefix.
The text was updated successfully, but these errors were encountered:
80avin
changed the title
Support "node", "chrome", "msedge", "extensionHost" debugTypes.
Support "node", "chrome", "msedge", "extensionHost" debugTypes.
Apr 14, 2024
80avin
added a commit
to 80avin/LazyVim
that referenced
this issue
Apr 14, 2024
As can be seen in vscode-js-debug/src/common/contributionUtils.ts, the
"pwa-*"
debug types are not preferred.Also, as seen in https://github.com/microsoft/vscode-js-debug/blob/2152210dc7c3933e2b4ef7c72d72cf2fef765760/src/build/generate-contributions.ts#L1090-L1098 , vscode will generate a warning if non preferred debug types are used.
Hence, I suggest we add the debug types
"node", "chrome", "msedge", "extensionHost"
in addition to"pwa-*"
versions of these.This also creates issues when we are importing the autogenerated
.vscode/launch.json
file which doesn't havepwa-
prefix.The text was updated successfully, but these errors were encountered: