We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Disabling Ansible Lightspeed does not remote the context menu entries.
Worse, it is shown everywhere, not just in Ansible playbooks.
Link to offending source code:
vscode-ansible/package.json
Lines 755 to 756 in a2c4e3f
I have "ansible.lightspeed.enabled": false, in my settings.json.
"ansible.lightspeed.enabled": false,
settings.json
Meaning the context menu should not be rendered, whether I'm in a playbook or not.
Example:
v24.8.3
1.92.0
❮ ansible --version ansible [core 2.16.7] config file = None configured module search path = ['/home/kristof/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /home/kristof/.pyenv/versions/3.12.3/envs/ansible/lib/python3.12/site-packages/ansible ansible collection location = /home/kristof/.ansible/collections:/usr/share/ansible/collections executable location = /home/kristof/.pyenv/versions/ansible/bin/ansible python version = 3.12.3 (main, Jul 1 2024, 11:24:56) [GCC 13.2.0] (/home/kristof/.pyenv/versions/3.12.3/envs/ansible/bin/python3.12) jinja version = 3.1.4 libyaml = True
Windows 11, WSL Ubuntu 22.04, ansible-lint 24.6.0
No response
The text was updated successfully, but these errors were encountered:
Adding this to our roadmap for research.
Sorry, something went wrong.
No branches or pull requests
Summary
Disabling Ansible Lightspeed does not remote the context menu entries.
Worse, it is shown everywhere, not just in Ansible playbooks.
Link to offending source code:
vscode-ansible/package.json
Lines 755 to 756 in a2c4e3f
I have
"ansible.lightspeed.enabled": false,
in mysettings.json
.Meaning the context menu should not be rendered, whether I'm in a playbook or not.
Example:
Extension version
v24.8.3
VS Code version
1.92.0
Ansible Version
OS / Environment
Windows 11, WSL Ubuntu 22.04, ansible-lint 24.6.0
Relevant log output
No response
The text was updated successfully, but these errors were encountered: