Skip to content

Releases: dviererbe/vscode-lxd

Version 0.0.3

Version 0.0.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Oct 11:23
2bbbac8

Added

  • LXD images explorer
  • LXD networks explorer
  • LXD storage explorer
  • LXD Instance explorer:
    • displays instance status
    • gets refreshed every 15 seconds
  • Refresh intervall can be configured via the lxd.refreshInterval property.
  • Refresh commands for instances, images, networks, storage & all.

Changed

  • Updated screenshot in README.

Fixed

  • README version badge links were swapped.

Version 0.0.2

Version 0.0.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Oct 23:32
bdd89c6

Added

  • handle unsupported environments (e.g. windows, macOS, web)
  • custom LXD daemon unix socket path can be set with the configuration property lxd.daemonUnixSocketPath
  • search for LXD daemon unix socket at
    1. $LXD_DIR/unix.socket
    2. /var/snap/lxd/common/lxd/unix.socket
    3. /var/lib/lxd/unix.socket

Changed

  • use VS Code build-in logger
  • minor code cleanup's