Hi, thanks for the latest release that allows to build Svelte apps. 👍
I have a new issue now: in VS Code the Typescript server crashes with:
[error] TSServer exited. Code: null. Signal: SIGTERM
if I restart VS Code without extensions the error is not thrown, but the svelte plugin cannot parse the typescript code.
Any idea on how to collect more diagnostic to help to fix this issue?
2026-08-03 16:11:35.470 [info] Using tsserver from: d:\xxx\yyy\zzz\node_modules\typescript\lib\tsserver.js
2026-08-03 16:11:35.470 [info] <syntax> Forking...
2026-08-03 16:11:35.470 [info] <syntax> Starting...
2026-08-03 16:11:35.470 [info] <semantic> Forking...
2026-08-03 16:11:35.470 [info] <semantic> Starting...
2026-08-03 16:11:35.470 [info] <diagnostics> Forking...
2026-08-03 16:11:35.470 [info] <diagnostics> Starting...
2026-08-03 16:12:03.360 [error] TSServer exited. Code: null. Signal: SIGTERM
Hi, thanks for the latest release that allows to build Svelte apps. 👍
I have a new issue now: in VS Code the Typescript server crashes with:
[error] TSServer exited. Code: null. Signal: SIGTERMif I restart VS Code without extensions the error is not thrown, but the svelte plugin cannot parse the typescript code.
Any idea on how to collect more diagnostic to help to fix this issue?