Skip to content

v0.0.3-fix.1 — working VSIX (fixes 'command sops.decrypt not found')

Latest

Choose a tag to compare

@schlomo schlomo released this 10 Jul 09:09

The marketplace build of Simple SOPS 0.0.3 is broken for all users: the VSIX is missing its xstate runtime dependency, so the extension never activates and every command fails with command 'sops.decrypt' not found (upstream issue muniter#2, fix proposed in muniter#3).

This release carries a self-contained VSIX built from the fix branch. Same extension ID (javierlopez.simple-sops), so it cleanly replaces the broken marketplace install, and the marketplace will take over again automatically once a fixed version (> 0.0.3) is published there.

Install

Download simple-sops-0.0.3.vsix from the assets below, then either:

code --install-extension simple-sops-0.0.3.vsix --force

or in VS Code: Extensions view → menu → Install from VSIX…, then reload the window.

Included fixes on top of upstream master

  • VSIX is bundled with esbuild and fully self-contained (the actual muniter#2 fix)
  • Commands are registered even when sops isn't found on PATH, so you get a real error message instead of "command not found"
  • sops detection works on Windows (sops --version instead of which sops)
  • Integration test harness fixed under "type": "module"

🤖 Generated with Claude Code