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
FROM node AS setup
FROM node AS setup
FROM node AS setup
FROM node AS setup
FROM node AS setup
COPY --from=
Given the above Dockerfile, invoking content assist at the bottom will suggest five build stages all named setup. Having multiple build stages named the same is an error and a diagnostic is being published for this (see #133) but that shouldn't mean that we should "ignore" the error and pollute the list of completion items by having identical entries repeat itself.
The text was updated successfully, but these errors were encountered:
Given the above Dockerfile, invoking content assist at the bottom will suggest five build stages all named
setup
. Having multiple build stages named the same is an error and a diagnostic is being published for this (see #133) but that shouldn't mean that we should "ignore" the error and pollute the list of completion items by having identical entries repeat itself.The text was updated successfully, but these errors were encountered: