Skip to content

v1.5.0

Compare
Choose a tag to compare
@karolz-ms karolz-ms released this 17 Aug 18:13
0f6a94f

Added

  • The applicable Docker context types can be set on customized commands. #2168
  • Image size has been added in the Explorer view as an optional property for labels and sorting. #2047

Fixed

  • Terminal windows will be reused, instead of opening a new terminal window every time. #251
  • The recommended exec form of CMD directives is now used wherever possible. #2090
  • Debugging no longer stops on hot reload in Python. #2148
  • Grouping containers by networks used is not working #2185
  • Activation errors due to filesystem permissions #2204
  • Prompt to copy debugger into container shows up repeatedly #2186
  • Allow logging to container registries without gnome-keyring installed #722

Removed

  • The docker.attachShellCommand.Windows and docker.attachShellCommand.Linux settings have been removed. Command customization replaces this functionality.