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

fix(extension/#2640): Elm - Fix diagnostic display #2999

Merged
merged 2 commits into from
Jan 16, 2021

Conversation

bryphe
Copy link
Member

@bryphe bryphe commented Jan 15, 2021

Issue: Diagnostics weren't displaying in the elm extension

Defect: Diagnostics are computed on save, but we weren't sending the appropriate event to the extension host to let it know when a save occurred.

Fix: Notify extension host on save

With that, we get diagnostics:
image

Fixes #2640
Related #1058

@bryphe bryphe added the N-screenshot Notes: Screenshot label Jan 15, 2021
@bryphe bryphe merged commit 645ca07 into master Jan 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
N-screenshot Notes: Screenshot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is Elm as language supported? I am getting error with it.
1 participant