I get “Extension host terminated unexpectly” every...
# help
g
I get “Extension host terminated unexpectly” every 15 minutes I get this error on VSCode during debugging through
sst start
, my SST version is 0.56.2, I user Mac OSX, this is the code on my launch.json:
Copy code
{
  "command": "npm start",
  "name": "sst",
  "request": "launch",
  "type": "node-terminal"
}
r
I've been getting this a lot and from dev tools it seemed to be a memory issue that I couldn't resolve. I switched to Webstorm and it's a much smoother experience
f
@gio just curious if this issue is still happening?
g
I upgraded angular version from 8 to 13 and it works much better, but it still happen sometimes, if you like next time will happen I send you PM with my sst-debug log
f
Yeah that’d be great. And whatever log you can get from VS Code.