yaegassy / coc-ansible

ansible-language-server extension for coc.nvim
https://www.npmjs.com/package/@yaegassy/coc-ansible
MIT License
71 stars 3 forks source link

Status bar hangs in ansible-language-server v0.2.4 #9

Closed yaegassy closed 2 years ago

yaegassy commented 2 years ago

Description

When a syntax error occurs, the status bar ansible-lint Processing files... message no longer disappears.

Furthermore, each time it is executed, the message will increase without disappearing.

It seems to be after the falling back process to "ansible syntax-check" was added.

DEMO(mp4)

[NG] v0.2.3-beta

https://user-images.githubusercontent.com/188642/137939562-a9d109e1-ed61-4c03-b481-611ee952fd4a.mp4

[OK] v0.1.1-0

https://user-images.githubusercontent.com/188642/137939630-aac0db5f-e765-495b-bf1b-02b405c10282.mp4

yaegassy commented 2 years ago

Hi, @priyamsahoo

I have this problem with my ansbile ls extension. Unfortunately, if the status bar hangs, you will have to restart the editor or the extension to recover. :(

Is it possible to adjust it on the ansible-language-server side?

yaegassy commented 2 years ago

v0.2.4 has been released, but the same problem still occurs.

yaegassy commented 2 years ago

@priyamsahoo I have created a pull request to be adjusted. 🙇

priyamsahoo commented 2 years ago

@priyamsahoo I have created a pull request to be adjusted. 🙇

@priyamsahoo I have created a pull request to be adjusted. 🙇

Thanks a lot, I have been busy lately with the work to fix the task file issue. The PR has been approved by Ganesh and Tomasz!