Skip to content

v1.0.0

Latest

Choose a tag to compare

@DJSaunders1997 DJSaunders1997 released this 13 Apr 00:29
2453d41

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
  • varconst/let throughout