rest-safe-env 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,6 +40,14 @@ brew install rest-safe-env
|
|
|
40
40
|
brew install rse
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
+
### VS Code extension (optional)
|
|
44
|
+
|
|
45
|
+
Install extension `adpopescu338.rest-safe-env-vscode` to add a right-click action on `.env` files (`View with rest-safe-env`) that launches `rse view` for the selected file.
|
|
46
|
+
|
|
47
|
+
```bash
|
|
48
|
+
code --install-extension adpopescu338.rest-safe-env-vscode
|
|
49
|
+
```
|
|
50
|
+
|
|
43
51
|
## Usage
|
|
44
52
|
|
|
45
53
|
```bash
|