Priyam Sahoo
Priyam Sahoo
@ssbarnea, @lilatomic This PR: https://github.com/ansible/ansible-language-server/pull/5 takes care of the following issue. If there is some problem in installation or configuration of ansible-lint, it reports the user and falls back to...
I believe this was an ansible-lint bug which is fixed now.
With the message. I am assuming that ansible-lint is not present in your environment. You can confirm that by hovering over ansible version in the status bar which will give...
We will definitely look into it, thanks for raising the issue. But before that, could you share your environment's ansible Metadata (which you can get by hovering over the yellow...
Hi @max06, This is a little new and needs some investigation. We are looking into it. Just one more thing, could you try putting the ansible-lint path in the settings...
@max06, could you share a sample playbook so I can replicate this on my local system? This would become easier for me to debug.
It seems like the extension is trying to execute commands in a remote workspace rather than on the local workspace.
We would be happy to review a PR for this.
A couple of tools that I have used which can be used as inspiration are: `yarn upgrade-interactive` and `ncu --interactive`. And the Python packages that can be used are [click](https://github.com/pallets/click/)...
Hey @Tina-otoge, I believe you might have opened the parent directory as the workspace's root. With the project structure you mentioned, if you open both the projects as two different...