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
After zed-industries/zed#25054 was merged, I tried to check if #2 is still an issue.
When I open any Ansible file, ansible-lint spins up and I see lint warnings/errors in editor for a fraction of time, but they are instantly gone. Sometimes they are presented for a single frame, sometimes you don't even get a chance to see them. LSP logs are reporting that ansible-lint is fired up twice:
Path for lint: /Users/beno/.pyenv/shims/ansible-lint
Validating using ansible-lint
Path for lint: /Users/beno/.pyenv/shims/ansible-lint
Validating using ansible-lint
I had observed the same this past weekend, and as such have filed an issue upstream for this. Since this is an issue with upstream and it has been filed with them, I'll close this issue in favour of that one.
Please give the upstream issue a thumbs up and bump it with any other useful information that I may have missed in order for the team to prioritize this regression.
After zed-industries/zed#25054 was merged, I tried to check if #2 is still an issue.
When I open any Ansible file,
ansible-lint
spins up and I see lint warnings/errors in editor for a fraction of time, but they are instantly gone. Sometimes they are presented for a single frame, sometimes you don't even get a chance to see them. LSP logs are reporting thatansible-lint
is fired up twice:My Zed config contains this:
The text was updated successfully, but these errors were encountered: