Skip to content

Version 0.0.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Oct 23:32
· 16 commits to main since this release
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