You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
It seems a good idea to be able to expose a configuration that lets a user decide if HIE should run on changes or file saves. It seems onDidSave got implemented in version 2.x of LSP, and a usage of it can be found here microsoft/vscode-tslint@fdc7748.
I'm not really sure how the passing of configurations currently happen from the clients to HIE though? I've seen mention of .clientrc in the vscode client code, but no docs on what format or settings it supports.