This repository was archived by the owner on Jul 20, 2026. It is now read-only.
Releases: microsoft/vscode-docker-extensibility
Releases · microsoft/vscode-docker-extensibility
Release list
microsoft-vscode-processutils v0.2.1
Added
- Added a
CancellationTokenLike.toAbortSignal()helper method.
Changed
- Cancellation is handled a little better.
Removed
- The
signaloption toStreamSpawnOptionsis removed for clarity.
microsoft-vscode-processutils v0.2.0
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
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
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
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
Added
- Added a new
alternatePathparameter togetSafeExecPath, to allow passing in an alternativePATHto search. #294
microsoft-vscode-container-client v0.4.2
microsoft-vscode-docker-registries v0.3.0
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
RegistryV2DataProviderclass.