Skip to content

Releases: elasticdotventures/just-vscode-extension

v1.0.5

19 Oct 04:29

Choose a tag to compare

1.0.5 (2025-10-19)

Bug Fixes

  • detect and handle wrong link.exe on Windows (1817bb7)

v1.0.4

18 Oct 01:33

Choose a tag to compare

1.0.4 (2025-10-18)

Bug Fixes

  • detect and install Visual Studio Build Tools for Rust on Windows (6f8e1d2)

v1.0.2

05 Aug 13:05

Choose a tag to compare

1.0.2 (2025-08-05)

Bug Fixes

  • replace VSCE GitHub Action with direct vsce publish command (abbf5fe)

v1.0.0

05 Aug 11:00

Choose a tag to compare

1.0.0 (2025-08-05)

Bug Fixes

  • disable OpenVSX publishing to fix release workflow (93e7ceb)
  • implement LSP server restart mechanism for Justfile changes (#4) (f7b0b79), closes #3
  • integrate just build system with GitHub Actions release workflow (ed88ec7)
  • remove unused OVSX_PAT environment variable from release workflow (73dc7e4)
  • resolve command registration conflict causing LSP client startup failure (e53cc91)
  • resolve vsce command path in custom packaging script (252217b)
  • simplify CI testing to avoid vscode-test-cli build issues (a1165d5)
  • testing husky (70a96b8)
  • update GitHub Actions workflow to handle vscode-test-cli build issues (e7f6057)
  • update test command in GitHub Actions to use vscode-test properly (d2ac228)
  • use VSCE GitHub Action with custom packaging (a3c57b8)