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
When working on a new HLS feature, it is common to want to add some settings. Ideally, these eventually are exposed as proper settings in the extension, but when hacking on it it would be nice to have a way to toggle your new settings without having to edit the extension.
I suggest we could have something like an unstructured "extra-settings" bag, which will just get added in before sending to the server. I'm not sure whether there's an appropriate way to do this in vscode, though.
The text was updated successfully, but these errors were encountered:
Right, but there is no general way to specify arguments that are sent to HLS directly.
The suggestion is basically to have a haskell.genericConfig field which takes a json object. These options are sent as part of the initialisation request.
For example, imagine hls-cabal-plugin has some config that we haven't specified in vscode-haskell
When working on a new HLS feature, it is common to want to add some settings. Ideally, these eventually are exposed as proper settings in the extension, but when hacking on it it would be nice to have a way to toggle your new settings without having to edit the extension.
I suggest we could have something like an unstructured "extra-settings" bag, which will just get added in before sending to the server. I'm not sure whether there's an appropriate way to do this in vscode, though.
The text was updated successfully, but these errors were encountered: