You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The links inside of visual studio code when you hover over the module doesn't work any more. It looks like a recent update on VSC or on Ansible. You will have to add something to the url.
Environment
Summary
The links inside of visual studio code when you hover over the module doesn't work any more. It looks like a recent update on VSC or on Ansible. You will have to add something to the url.
Reproduce steps
You can do this by hovering over something looking for module documentation example set_fact.
takes you here:
https://docs.ansible.com/ansible/latest/set_fact_module.html
Expected Results
It looks like it should take you to the following url.
https://docs.ansible.com/ansible/latest/collections/ansible/builtin/set_fact_module.html
Actual Results
Takes you to the link below and fails.
https://docs.ansible.com/ansible/latest/set_fact_module.html
The correct location should be:
https://docs.ansible.com/ansible/latest/collections/ansible/builtin/set_fact_module.html
It looks like this is happening for all of the modules for right now.
The text was updated successfully, but these errors were encountered: