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
At the moment, CompletionItems are sent back to the language client with the deprecated field unfilled even though we claim we support it. Although dockerfile-language-service 0.0.5 was adopted when fixing #223, the service's corresponding capability must be set in order to get the field filled in.
We need to inspect the language client's support for deprecated fields in CompletionItem and then flag it as such to the service so that we get the right stuff returning back to the client.
This is technically a new feature but going to set this as a bug since we claimed we supported something when we actually didn't.
The text was updated successfully, but these errors were encountered:
At the moment,
CompletionItem
s are sent back to the language client with thedeprecated
field unfilled even though we claim we support it. Although dockerfile-language-service0.0.5
was adopted when fixing #223, the service's corresponding capability must be set in order to get the field filled in.We need to inspect the language client's support for deprecated fields in
CompletionItem
and then flag it as such to the service so that we get the right stuff returning back to the client.This is technically a new feature but going to set this as a bug since we claimed we supported something when we actually didn't.
The text was updated successfully, but these errors were encountered: