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
The extension currently offers completion for # syntax syntax=docker/dockerfile:experimental, it would be nice if it would also offer # syntax=docker/dockerfile:1 as that is more recommended for general usage.
@segevfiner Could you clarify on the purpose of using docker/dockerfile:1? How is docker/dockerfile:1 different from not specifying the syntax directive at all? Does BUILDKIT_SYNTAX take precedence or does the directive take precedence?
The extension currently offers completion for
# syntax syntax=docker/dockerfile:experimental
, it would be nice if it would also offer# syntax=docker/dockerfile:1
as that is more recommended for general usage.See https://docs.docker.com/reference/dockerfile/#syntax
The text was updated successfully, but these errors were encountered: