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
Given this Dockerfile, we should suggest setup as a completion item. Suggesting 1 is questionable as you're not supposed to refer to the current build stage but perhaps it is worth suggesting for the sake of completeness.
The text was updated successfully, but these errors were encountered:
When copying content from a build stage, users need to enter in the
build stage's into the --from= flag of a COPY instruction. We should
parse the Dockerfile and suggest any build stage names that are found
as completion items.
Signed-off-by: Remy Suen <[email protected]>
As the --from= flag has an equals sign at the end, we should trigger
completion when the equals sign is pressed by the user.
Signed-off-by: Remy Suen <[email protected]>
Given this Dockerfile, we should suggest
setup
as a completion item. Suggesting1
is questionable as you're not supposed to refer to the current build stage but perhaps it is worth suggesting for the sake of completeness.The text was updated successfully, but these errors were encountered: