Skip to content

Releases: microsoft/vscode-docker-extensibility

microsoft-vscode-inproc-mcp v0.1.0

30 Oct 18:01
33e43e7

Choose a tag to compare

Pre-release

Initial Release

  • This package adds support for building MCP servers, especially in-proc in the extension host process of VSCode.

microsoft-vscode-container-client v0.5.1

22 Oct 21:33
3b7a384

Choose a tag to compare

Fixed

  • Fixed an issue with dates not always being parsed correctly. #312

microsoft-vscode-docker-registries v0.4.1

14 Oct 18:30
ce271fc

Choose a tag to compare

Fixed

  • Better error messages in the tree when errors occur. #310

microsoft-vscode-processutils v0.2.1

13 Oct 18:34
1b2626d

Choose a tag to compare

Pre-release

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

06 Oct 21:41
f8ee9fb

Choose a tag to compare

Pre-release

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

06 Oct 21:44
f8ee9fb

Choose a tag to compare

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

06 Oct 23:43
35bcfbd

Choose a tag to compare

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

18 Sep 16:14
c98ac1d

Choose a tag to compare

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

17 Sep 17:29
496fe20

Choose a tag to compare

Pre-release

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

08 Sep 15:22
8dbecad

Choose a tag to compare

Fixed

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