Chris Knight

Results 25 comments of Chris Knight

Here's a full sequence I just encountered. 1. Successfully load page (with cleanly compiling project) in the browser. 2. Change a `` to `` 3. Server fails to compile with...

After more testing, Firefox is also having issues. I can't make more than a few changes without losing the web socket connection. Here's the browser logs: ``` Fresh Connection closed....

After a recent hang (from a stable state, all I did was press Ctrl-W twice to select all text within a pair of quotes), all this output came at once...

![image](https://github.com/denoland/vscode_deno/assets/1248238/d679b0b9-51bc-4044-ab82-3dfee5f5b635)

Downgrading to Deno 1.36.0 did not resolve the situation. Disabling the LSP stopped the hangs and CPU spikes (obviously not a solution)

Downgraded to Deno 1.33.0, still hangs

It would if there was a bad interaction or issue with, say, the formatter or linter. I'll try downgrading the extension later tonight if that's possible.

Downgraded the extension to 3.22.0 and am still experiencing the issue..

> Do either of you have any large dependencies that I can try to reproduce this with? I think the large TS module graph that tsc has to work with...

I've rebooted. The LSP crashed on launch of VS Code. Restarted VS Code, and it was stable for a bit (as in I could actually use the LSP for now),...