-
Notifications
You must be signed in to change notification settings - Fork 522
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
Extension issue: Intellisense is not working for docker compose file. #3222
Comments
Hey @ashish-thakur111, this is by-design. We're in the process of implementing a proper language server for Compose. You can try it out by setting It's not very complete though, the completions right now are limited to just help with volumes. We're working on getting more for the next release. |
See also #2539 |
Thanks for info @bwateratmsft . I checked out the readme at https://github.com/microsoft/vscode-docker#docker-compose, had a impression that it is working, but not for me in my vscode. |
🤦♂️ Somehow we forgot to update the readme! I feel silly... UPDATE: I opened #3224 for that. |
Even if I set |
The functionality present in 1.17 for the language service is fairly limited; we're working on adding back a lot more in 1.18. |
This fix is now released in Docker extension version 1.18.0. The Compose language service has been enabled by default and most of the completions present in 1.16 have returned. Some are not there (especially older Compose spec v2 ones), but we think the most important ones are present. |
Bug
vscode-docker
1.17.0
Windows_NT x64 10.0.19043
1.60.1
Intellisense is not showing up while writing docker compose file, even pressing ctrl+space key is not showing any suggestion.
Thanks
The text was updated successfully, but these errors were encountered: