Skip to content
This repository was archived by the owner on Jul 20, 2026. It is now read-only.

Releases: microsoft/vscode-docker-extensibility

microsoft-vscode-processutils v0.2.1

Pre-release

Choose a tag to compare

@bwateratmsft bwateratmsft released this 13 Oct 18:34
1b2626d

Added

  • Added a CancellationTokenLike.toAbortSignal() helper method.

Changed

  • Cancellation is handled a little better.

Removed

  • The signal option to StreamSpawnOptions is removed for clarity.

microsoft-vscode-processutils v0.2.0

Pre-release

Choose a tag to compare

@bwateratmsft bwateratmsft released this 06 Oct 21:41
f8ee9fb

Added

  • Package is now a combined CJS+ESM package, instead of just CJS. #297

Breaking Changes

  • Now depends on Node 22, and VS Code 1.105.0 or higher.

microsoft-vscode-docker-registries v0.4.0

Choose a tag to compare

@bwateratmsft bwateratmsft released this 06 Oct 21:44
f8ee9fb

Added

  • Package is now a combined CJS+ESM package, instead of just CJS. #297

Breaking Changes

  • Now depends on Node 22, and VS Code 1.105.0 or higher.

microsoft-vscode-container-client v0.5.0

Choose a tag to compare

@bwateratmsft bwateratmsft released this 06 Oct 23:43
35bcfbd

Added

  • Package is now a combined CJS+ESM package, instead of just CJS. #297

Breaking Changes

  • Now depends on Node 22, and VS Code 1.105.0 or higher.

microsoft-vscode-container-client v0.4.3

Choose a tag to compare

@bwateratmsft bwateratmsft released this 18 Sep 16:14
c98ac1d

Fixed

  • Fixed an issue where images could not be inspected if they were built in Azure Container Registry. #295

microsoft-vscode-processutils v0.1.3

Pre-release

Choose a tag to compare

@bwateratmsft bwateratmsft released this 17 Sep 17:29
496fe20

Added

  • Added a new alternatePath parameter to getSafeExecPath, to allow passing in an alternative PATH to search. #294

microsoft-vscode-container-client v0.4.2

Choose a tag to compare

@bwateratmsft bwateratmsft released this 08 Sep 15:22
8dbecad

Fixed

  • Fixed an issue where inspection could fail if a container had unmapped ports. #292

microsoft-vscode-docker-registries v0.3.0

Choose a tag to compare

@bwateratmsft bwateratmsft released this 02 Sep 20:54
cd661e7

Fixed

  • Fixed several 404 errors for certain images in V2 registries, and made the created date lookup more robust. #290

Breaking Changes

  • Some breaking changes are present in the RegistryV2DataProvider class.

microsoft-vscode-processutils v0.1.2

Pre-release

Choose a tag to compare

@bwateratmsft bwateratmsft released this 25 Aug 18:13
a7c31e6

Added

  • Added a helper method to convert a Node.js AbortSignal into a CancellationTokenLike. #288

microsoft-vscode-docker-registries v0.2.2

Choose a tag to compare

@bwateratmsft bwateratmsft released this 22 Aug 14:26
ad05106

Fixed

  • Updated to support VSCode typings beyond 1.96.0. #287