vscode-haskell icon indicating copy to clipboard operation
vscode-haskell copied to clipboard

Opening a new file spawns a new HLS instance

Open fendor opened this issue 6 months ago • 1 comments

In VSCode, when opening a new file via ctrl+n, vscode-haskell spawns a new HLS instance for the file that hasn't been persisted to the file system yet and is only available in the VFS.

The only way to fix that is to save the file to disk and then restart the extension.

fendor avatar Jun 07 '25 11:06 fendor

This seems to be only happening on MacOS for now, I can't seem to reproduce on arch linux.

fendor avatar Jun 07 '25 12:06 fendor