Releases
v1.0.0
Compare
Sorry, something went wrong.
No results found
Docker Wingman v1.0.0
Bug Fixes
Fix broken imports/exports that prevented the extension from loading
Remove dead code copied from Conda Wingman (unused YAML parsing functions)
Fix named-argument antipattern in status bar item constructors
Fix test files (renamed from conda references, updated glob API for v11)
New Features
Clickable Docker Hub links for FROM base images in Dockerfiles
Hover tooltips showing Docker Hub image info (description, stars, pulls, last updated)
Docker availability check on activation with warning if not found
Configurable status bar visibility (dockerWingman.showStatusBarItems setting)
Improvements
Null safety guards throughout (sendCommandToTerminal, getOpenDocumentPath, activeFileIsDockerfile)
Status bar show/hide helpers with config listener
Migrated ESLint to flat config (eslint.config.js)
Updated GitHub Actions to v4
Replaced deprecated vsce with @vscode/vsce
Removed unused js-yaml dependency
Fixed keywords (removed YAML, added Container/Dockerfile)
Bumped engines.vscode to ^1.95.0
var → const/let throughout
You can’t perform that action at this time.