Skip to content

v1.1.0

Compare
Choose a tag to compare
@bwateratmsft bwateratmsft released this 20 Apr 19:18
04f58a0

Added

  • Custom file names for docker-compose files can be defined. #102
  • The experience for pushing Docker images has been revamped. #351, #1539, #1595
  • Extensibility model for registry providers has been improved. #147
  • Generic DockerV2 registries using OAuth can now be connected to in many cases. #869
  • Docker contexts can now be changed, inspected, and removed from the Command Palette. #1784
  • If the Docker context is changed from outside VSCode, the changes will be picked up in VSCode within 20 seconds by default, configurable with the docker.contextRefreshInterval setting. If the Docker context is changed within VSCode it is picked up immediately. #1790

Fixed

  • Improved extension activation performance. #1804
  • Images are deleted by name instead of ID, which resolves several issues. #1529
  • Error "Task to execute is undefined" when doing Docker build. #1647
  • .NET Core scaffolding will use assembly name in ENTRYPOINT #1583

Removed

  • The docker.defaultRegistryPath setting has been removed, as part of the new image push experience.