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

If the Python environment of each tool is different, it will not work properly #4

Closed yaegassy closed 2 years ago

yaegassy commented 2 years ago

There are two settings, ansible.ansible.path and ansible.ansibleLint.path, which do not work properly unless the Python environment (including virtual environment) is the same

In coc-ansible, remove ansible.ansible.path and ansible.ansibleLint.path settings in README.

In the code, I have applied a patch and set ansible and ansible-lint to fixed settings.