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
vscode-pwa only supports slightly newer node versions, I think due to using the experimental 'inspector' module. Not sure what the minimum is, I think the latest 8.x should work. We need to figure that out and handle it...
testing microsoft/vscode#85984:
console.log('hello world');
Observe:
program doesn't stop on first line.
Adding a "debugger;" statement doesn't help either.
If you change the type attribute from "pwa-node" to "node" it works fine.
The text was updated successfully, but these errors were encountered: