Releases: schlomo/simple-sops
Releases · schlomo/simple-sops
Release list
v0.0.3-fix.1 — working VSIX (fixes 'command sops.decrypt not found')
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 --forceor 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
sopsisn't found on PATH, so you get a real error message instead of "command not found" - sops detection works on Windows (
sops --versioninstead ofwhich sops) - Integration test harness fixed under
"type": "module"
🤖 Generated with Claude Code