This extension adds a "Streamer Mode" feature to Visual Studio Code that helps prevent accidental sharing of sensitive information while streaming or recording your screen.
- Toggles streamer mode on and off with a single click
- Blocks opening of sensitive files while streamer mode is enabled
- Shows a warning message when attempting to open a sensitive file
- Allows opening of sensitive files with a confirmation prompt
To enable streamer mode, click on the "Streamer Mode: Disabled" status bar item. This will toggle streamer mode on and off.
When streamer mode is enabled, attempting to open a sensitive file will show a warning message. You can choose to open the file anyway with a confirmation prompt.
This extension provides the following configuration options:
vscode-streamer-mode.enabled
: Whether streamer mode is enabled or not. Default isfalse
.vscode-streamer-mode.sensitiveFileExtensions
: An array of file extensions that are considered sensitive. Default is["env", "local", "development", "staging", "production", "test", "pem", "key", "cer", "crt", "p12", "pfx"]
.
This extension is licensed under the MIT License.