Releases: microsoft/vscode-docker-extensibility
Releases · microsoft/vscode-docker-extensibility
microsoft-vscode-inproc-mcp v0.1.0
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
Fixed
- Fixed an issue with dates not always being parsed correctly. #312
microsoft-vscode-docker-registries v0.4.1
Fixed
- Better error messages in the tree when errors occur. #310
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
Fixed
- Fixed an issue where inspection could fail if a container had unmapped ports. #292