You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't seem to get sops to work with Visual Studio Code as its editor in Windows. vscode is already in the PATH. However, sops prints the decrypted content on the console instead of opening the editor.
c:\>code .
----^ this opens the Visual Studio Code editor
c:\>echo %EDITOR%
"code"
c:\>sops-3.1.0.exe --decrypt encrypted.txt
Decrypted content
The text was updated successfully, but these errors were encountered:
I can't seem to get
sops
to work withVisual Studio Code
as its editor in Windows.vscode
is already in the PATH. However,sops
prints the decrypted content on the console instead of opening the editor.The text was updated successfully, but these errors were encountered: