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
When using DAP, I can navigate the file system through the variables view of my DAP client. It would be nice if we could add a node to show the "build context". Lots of Dockerfiles use a simple COPY . . but people may not realize what's actually in the build context because of the .dockerignore file. Showing the build context when debugging could help demystify this.