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

The links inside of visual studio code when you hover over the module doesnt work. #281

Open
iikegwuemoryoutside opened this issue Nov 23, 2020 · 1 comment

Comments

@iikegwuemoryoutside
Copy link

iikegwuemoryoutside commented Nov 23, 2020

Environment

  • Extension version:
  • OS Type: Windows/Linux/MacOS

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
vscfailure

The correct location should be:
https://docs.ansible.com/ansible/latest/collections/ansible/builtin/set_fact_module.html

vsccorrectlocations

It looks like this is happening for all of the modules for right now.

@ponchofiesta
Copy link

Duplicate of #269

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants