nwolverson / vscode-ide-purescript

PureScript IDE support for VS Code

Home Page:https://marketplace.visualstudio.com/items/nwolverson.ide-purescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rebuild on editor focus

artemisSystem opened this issue · comments

Currently, the ide only rebuilds when a file is saved. It would be nice to also have it rebuild when an editor/file is focused

The language server protocol doesn't seem to provide notification of this event, even if we were able to do the rebuild (though maybe vscode extensions do)