vscode-ansible-vault
vscode-ansible-vault copied to clipboard
Feature request - ansible-vault view/edit
Hi,
It's would be amazing if you can add the support for viewing/editing the content of a vault file without decrypt/encrypt the file.
Eg : ansible-vault view some_vault_file
Thumbs up for that. It would be great having ability for view-only vault-file in addition to already existed editing ability. Right now, when i need only view content of vault file, with your extension i need revert file in git afterward, so instead that i install another extension to vs code - https://github.com/codeflows/vaulty, and using both. One - for view, one - for edit. It would be great if you could combine both functions in your extension.