Skip to content

v0.9.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@bwateratmsft bwateratmsft released this 02 Dec 21:41
d8640be

Added

  • Task-based debugging for .NET Core and Node.js: #1242
    • These tasks can also be used for generic docker build and docker run scenarios
  • Support for connecting to remote Docker daemons over SSH: #646
  • When using Docker Desktop WSL 2, the WSL daemon or local daemon will be selected automatically, based on docker context #1199
  • Open in Browser command added to container context menus #1429

Removed

  • docker.importCertificates has been removed; the functionality to trust system certificates is now built in to VS Code itself (enabled by default): microsoft/vscode#52880

Fixed