Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>rest-safe-envNew to Visual Studio Code? Get it now.
rest-safe-env

rest-safe-env

adpopescu338

|
5 installs
| (0) | Free
Quickly launch rest-safe-env for .env files from VS Code Explorer.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

rest-safe-env VS Code extension

This extension adds a right-click Explorer action for .env files:

  • View with rest-safe-env

It runs this command in the integrated terminal:

rse view <selected-file>

What is rse?

rse is the CLI for rest-safe-env, a tool that encrypts selected .env values at rest and unlocks them only after explicit local browser approval.

  • GitHub: https://github.com/adpopescu338/rest-safe-env
  • npm: https://www.npmjs.com/package/rest-safe-env

Requirement

This extension expects rse to already be installed and available on your PATH.

Install with npm:

npm install -g rest-safe-env

Or install with Homebrew:

brew tap adpopescu338/tap
brew install rest-safe-env

Local development

cd vscode-extension
npm install
npm run devhost

Package VSIX

cd vscode-extension
npm run package:vsix

Publish to Marketplace

cd vscode-extension
npx @vscode/vsce login adpopescu338
npm run publish
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft