microsoft/compose-language-service

Docker compose files do not have autocomplete for "args:"

DanKaplanSES opened this issue · 5 comments

According to the compose file documentation, there is an args nested under build. But when I try to use autocomplete, it's not one of the items in the list.

Expected: autocompletion of args when nested under build

Actual: args does not exist as one of the available autocomplete keys

Thanks @DanKaplanSES, you are correct. This is something we're planning to add in the next release; we have an issue here: #48

I'll transfer this issue to the language service repo, and resolve it as a duplicate.

Dupe of #48.

Super strange that I didn't find this. I searched for "is:issue build args" before I created this issue. Glad that it's already planned. Thanks.

If you searched in the https://github.com/microsoft/vscode-docker repo that's why it didn't show; we have the language service itself in another repo (here).

Ahhhhh. Thanks