Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pluginId from getNormalizedFilePath error message #3118

Merged

Conversation

drsooch
Copy link
Collaborator

@drsooch drsooch commented Aug 20, 2022

The error message displayed by prettyResponseError in
Development.IDE.Plugin.HLS looks awkward with the pluginId. This error
is not the fault of plugins anyways, so let's just be generic (we also should never see this message anyway).

New message:

2022-08-20T16:30:21.473621Z | Warning | InternalError: Failed converting file:///path/haskell-language-server/hls-plugin-api/src/Ide/PluginUtils.hs to NormalizedFilePath

The error message displayed by `prettyResponseError` in
`Development.IDE.Plugin.HLS` looks awkward with the pluginId. This error
is not the fault of plugins anyways, so let's just be generic.
@drsooch drsooch added the merge me Label to trigger pull request merge label Aug 21, 2022
@mergify mergify bot merged commit 9a0684e into haskell:master Aug 21, 2022
sloorush pushed a commit to sloorush/haskell-language-server that referenced this pull request Sep 12, 2022
The error message displayed by `prettyResponseError` in
`Development.IDE.Plugin.HLS` looks awkward with the pluginId. This error
is not the fault of plugins anyways, so let's just be generic.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge me Label to trigger pull request merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants