Skip to content
New issue

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

syntax-check[specific] #986

Closed
skwde opened this issue Sep 29, 2023 · 1 comment · Fixed by #1317
Closed

syntax-check[specific] #986

skwde opened this issue Sep 29, 2023 · 1 comment · Fixed by #1317
Assignees
Labels
bug Something isn't working

Comments

@skwde
Copy link

skwde commented Sep 29, 2023

Summary

syntax-check[specific] not shown by extension.

Following pic show the problem:

Screenshot 2023-09-29 at 11 36 16

Possibly related: #894

Extension version

v2.7.98

VS Code version

1.82.2 Commit: abd2f3db4bdb28f9e95536dfa84d8479f1eb312d

Ansible Version

$ ansible --version
ansible [core 2.15.3]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['<home>/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = <mambaforge location>/envs/ansible/lib/python3.11/site-packages/ansible
  ansible collection location = <own collections>/usr/share/ansible/collections:/usr/share/ansible/collections
  executable location = <mambaforge location>/envs/ansible/bin/ansible
  python version = 3.11.0 | packaged by conda-forge | (main, Jan 14 2023, 12:27:40) [GCC 11.3.0] (<mambaforge location>/envs/ansible/bin/python3.11)
  jinja version = 3.1.2
  libyaml = True

OS / Environment

MacOS 13.5.2 (22G91); ansible-lint version 6.17.2

Relevant log output

No response

@skwde skwde added bug Something isn't working new labels Sep 29, 2023
@ssbarnea
Copy link
Member

I am able to reproduce this bug with this minimal example:

---
- name: Example
  hosts: "{{ hostsvars['sss'] }}"
  tasks: []

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
3 participants