Streamer-focused file protection for VS Code.
Visit this page to download the latest version:
Theo Hide prevents accidental leakage of sensitive files like .env during live streams or screen sharing. When you open a protected file, Theo Hide displays a “Restricted Access” screen instead of the file content.
To use Theo Hide as soon as it’s available from the Visual Studio Code Marketplace, simply search for Theo Hide and click install.
.vsixIf the Marketplace option is not available, you can manually install Theo Hide using the .vsix file.
.vsix file from the Releases page..vsix file and click “Open.”If you prefer to build Theo Hide from source, follow these steps:
Clone the repository:
git clone https://github.com/enesdanis00/theo-hide.git
Navigate to the project directory:
cd theo-hide
Install dependencies:
npm install
Compile the project:
npm run compile
By default, Theo Hide protects the following file patterns:
.env*.json*.xmlYou can easily add or remove protected file patterns by following these steps:
Add new patterns using the following format:
"theo-hide.protectedPatterns": [
".env",
"*.json",
"your-custom-pattern"
]
This project is licensed under the MIT License. See the LICENSE file for details.
If you encounter any issues or have questions, feel free to open an issue on the GitHub Issues Page.
If you’d like to contribute to Theo Hide, please fork the repository and submit a pull request. Your contributions help improve the project and its features.
Enjoy protecting your files with Theo Hide!