Releases: microsoft/vscode-docker-extensibility
Releases · microsoft/vscode-docker-extensibility
microsoft-vscode-docker-registries v0.1.13
Fixed
- Fixed 404 when exploring and pulling GHCR images. #238
microsoft-vscode-docker-registries-v0.1.12
What's Changed
New Contributors
Full Changelog: microsoft-vscode-docker-registries-v0.1.11...microsoft-vscode-docker-registries-v0.1.12
microsoft-vscode-container-client-v0.1.2
What's Changed
- Fix inability to inspect
host
andnone
default networks by @bwateratmsft in #229 - Update stat calls to account for .* possibly not matching implicit . and .. folder paths by @danegsta in #232
Full Changelog: microsoft-vscode-container-client-v0.1.1...microsoft-vscode-container-client-v0.1.2
microsoft-vscode-docker-registries v0.1.11
Fixed
- Fixed an issue that prevented loading more than 10 repositories/tags from Docker Hub
microsoft-vscode-docker-registries v0.1.10
- Fixes a bug that prevented disconnecting from generic registries with certain special characters in the URL
microsoft-vscode-docker-registries v0.1.9
- Fix Docker Hub sign in URL
microsoft-vscode-docker-registries v0.1.8
- Uses Node 18 and removes the use of
node-fetch
microsoft-vscode-docker-registries v0.1.7
- Fixed an infinite loop when getting a long list of repositories.
microsoft-vscode-docker-registries v0.1.6
- A method for getting the manifest of an image was added to
RegistryV2DataProvider