Releases: microsoft/vscode-docker-extensibility
Releases · microsoft/vscode-docker-extensibility
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
Fixed
- Fixed an issue where inspection could fail if a container had unmapped ports. #292
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.
microsoft-vscode-processutils v0.1.2
Added
- Added a helper method to convert a Node.js
AbortSignalinto aCancellationTokenLike. #288
microsoft-vscode-docker-registries v0.2.2
Fixed
- Updated to support VSCode typings beyond 1.96.0. #287
microsoft-vscode-docker-registries v0.2.1
Fixed
- Fixed an issue where
serviceandscopeparameters for OAuth requests were being sent as headers, when they should have been sent as query parameters. #279
microsoft-vscode-processutils v0.1.1
Fixed
- Fixed an issue involving non-shell execution on Windows. #280
microsoft-vscode-container-client v0.4.1
Fixed
- Now depends on
@microsoft/vscode-container-clientv0.1.1, in order to get a fix. #280
microsoft-vscode-processutils v0.1.0
NOTE!
Sorry everyone this release is literally broken. See #280
Added
- Initial release. This contains the command line building, shell, and process execution features previously in
@microsoft/vscode-container-client.