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
First pass at providing completion items for HEALTHCHECK flags.
Also made the space character a trigger character for
textDocument/completion as it will likely be invoked in succession
for HEALTHCHECK instructions.
Signed-off-by: Remy Suen <[email protected]>
If a
HEALTHCHECK
instruction is in theCMD
form, the instruction supports four flags for modifying theCMD
invocation.We should provide completion items for these four flags.
The text was updated successfully, but these errors were encountered: