Completions appear to have stopped working in v0.11.11
See original GitHub issueSanity check
- I certify that the
redhat.ansible
extension is in use and the language of the document in this bug report shows up asAnsible
Summary
After having an issue with v0.11.10 described here, I upgraded to v0.11.11, which appears to have broken completions.

Log output from the Ansible Server shown below.
Extension version
v0.11.11
VS Code version
v1.69.2
Ansible Version
ansible [core 2.13.1]
config file = None
configured module search path = ['/Users/woodywoodsta/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/local/Cellar/ansible/6.1.0/libexec/lib/python3.10/site-packages/ansible
ansible collection location = /Users/woodywoodsta/.ansible/collections:/usr/share/ansible/collections
executable location = /usr/local/bin/ansible
python version = 3.10.5 (main, Jun 23 2022, 17:15:25) [Clang 13.1.6 (clang-1316.0.21.2.5)]
jinja version = 3.1.2
libyaml = True
OS / Environment
MacOS 12.5
Relevant log output
[Error - 08:48:41] An error occurred in 'onCompletion' handler: [TypeError] Cannot read properties of undefined (reading 'provideRedirectModules')
TypeError: Cannot read properties of undefined (reading 'provideRedirectModules')
at /Users/woodywoodsta/.vscode/extensions/redhat.ansible-0.11.11/out/server/src/server.js:2:31260
at Generator.next (<anonymous>)
at s (/Users/woodywoodsta/.vscode/extensions/redhat.ansible-0.11.11/out/server/src/server.js:2:29606)
Issue Analytics
- State:
- Created a year ago
- Reactions:8
- Comments:8 (3 by maintainers)
Top Results From Across the Web
LSP Integration for Python Not Working · Issue #203 - GitHub
Hi, I am newbie here. Wanting to learn Python with Jupyter Lab 1.26 and wanted to have the auto completion feature as in...
Read more >Node Version Manager install - nvm command not found
If the .nvm folder is empty it's probably because fetching of the repo has failed due to xcode agreement license not been accepted....
Read more >Bug listing with status RESOLVED with resolution FIXED as at ...
Bug:2 - "How do I attach an ebuild." status:RESOLVED resolution:FIXED severity:normal · Bug:3 - "poedit-1.1.5.ebuild" status:RESOLVED resolution:FIXED ...
Read more >cargo-make - crates.io: Rust Package Registry
The cargo-make task runner enables to define and configure sets of tasks ... term_size v0.3.0 Compiling atty v0.2.2 Compiling syn v0.11.11 ...
Read more >1006786 - Harassment and signal squelchening Description
Our internet has been going off and on for several months up to 10 times per day! Comcast can't seem to fix the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for raising the issue. There has been a major refactor on how we build/release the extension and ansible-language-server recently and this issue seems like a fallout of that. Sorry for the inconvenience, please bear with us as we iron out the issues.
Please update the extension to v0.11.12 (pre-release). It should work now 😃