Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.4.1 - 3 February 2026
### Fixed
* Extension telemetry was not being sent. [#367](https://github.com/microsoft/vscode-containers/issues/367)
* Extension is now being built as an ESM module, allowing for code splitting and faster load times. [#366](https://github.com/microsoft/vscode-containers/issues/366)
* "Ask Copilot" option will no longer show when `chat.disableAIFeatures` is set to `true`. [#357](https://github.com/microsoft/vscode-containers/issues/357)

## 2.4.0 - 26 January 2026
### Added
* The ability to search and filter containers and images has been added. VS Code has a built-in filtering feature, but it is not well-known, and due to implementation details was not practical for the Container Explorer views. [#253](https://github.com/microsoft/vscode-containers/pull/253)
Expand Down
Loading
Loading