使用vscode作为肥皂编辑器

时间:2018-09-17 19:40:38

标签: visual-studio-code

我似乎无法让sops作为Visual Studio Code的编辑者。 vscode已在PATH中。但是,sops会在控制台上打印解密的内容,而不是打开编辑器。

c:\>code .
----^ this opens the Visual Studio Code editor

c:\>echo %EDITOR%
"code"

c:\>sops-3.1.0.exe --decrypt encrypted.txt
Decrypted content

我尝试将EDITOR设置为vscode的完整路径,同样的问题。

有人将vscodesops一起使用,还是知道如何在Windows中做到这一点?

1 个答案:

答案 0 :(得分:0)

想通了!

我应该使用code --wait作为我的EDITOR

参考:https://github.com/mozilla/sops/issues/127