Jake Bailey
Jake Bailey
I've had this sitting on a branch for a while but I'm sending it just to get it off of my mind. The idea here is to stop storing a...
This is a little tricky but I think works.
Fixes #935 We want the server to exit when stdin closes, but the current code was returning nil, leaving the errgroup running, leaving the process behind.
Fixes #928 This really nerd sniped me, oops. This isn't exactly the same; missing the idea of a "partial" check, and we do JSDoc differently, but it seems correct enough....
These were useful back when we were just porting stuff to verify that we weren't crashing, but now it's 20k extra tests that are largely already tested by the now-working...
Fixes #941 
I use typically insiders (which opts people in to prereleases by default), so I never noticed that attempting to install our extension pops up an error in regular VS Code:...
Trying to get the NOTICE generation to work again.
I think this is right; within a Project, cache the FS accesses and clear them out on graph update for safety. Then, things get faster in load time in module...
The server also has to ask for these if enabled. Arguably, these should just get moved into semantic diagnostics, but... (Maybe this is too buggy/slow to expose in the editor...