Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 2.83 KB

File metadata and controls

51 lines (38 loc) · 2.83 KB

0.0.16 - 09 June 2017

  • Update snippet syntax to be in accordance with the stricter snippet syntax
  • Moved source code to support async/await (important if you want to make PRs!)

0.0.15 - 25 May 2017

  • Updated both the Docker: Run and Docker: Run Interactive commands to automatically publish the ports that the specified image exposes
  • Updated the Docker: Run command to run the specified container in the background
  • Updated the Docker: Add docker files to workspace command to generate a .dockerignore file
  • Updated the Docker: Azure CLI command to fully support running az acs commands

0.0.14 - 08 May 2017

  • Support for Docker multi stage build Dockerfiles (syntax, linting)
  • Support different variations on naming of dockerfile such as dockerfile-development
  • Bug fixing

0.0.13 - 14 March 2017

  • Support for .yaml file extension on docker-compose files.
  • Updated Azure CLI image name, map .azure folder from host file system, fix block running on Windowns containers, fix Windows path issues (this didn't make it into 0.0.12)
  • Added telemetry to understand which commands developers find useful. This will help us refine which commands we add in the future. We track whether the following commands are executed:
    • build image
    • compose up, compose down
    • open shell on running container and whether or not it is a Windows or Linux based container
    • push image (we don't track the image name or the location)
    • remove image
    • show logs
    • start container, start container interactive
    • start Azure CLI container
    • stop container
    • system prune
    • tag (we don't track tag name)
    • Configure workspace along with the type (e.g. Node or Other)

Please note, you can turn off telemetry reporting for VS Code and all extensions through the "telemetry.enableTelemetry": false setting.

0.0.12 - 11 February 2017

  • Removed MAINTAINER from templates and linting warnings by upgrading the dockerfile_lint module (Docker has deprecated MAINTAINER in favor of LABEL).
  • Added command to run docker system prune, note we use the -f (force) flag to ignore the confirmation prompt.
  • Docker: Attach Shell command now supports Windows containers #58.

0.0.10 - 12 December 2016

  • Added context menu support to run the Docker Build command on Dockerfile files from the editor or from the explorer.
  • Docker logs now uses the -f flag (follow) to continue streaming the logs to terminal.

0.0.11 - 4 January 2017

  • Fixed Issue 51, a path problem on Windows.