VSCode-IDE / README.md
rikunarita's picture
Update README.md
2564ffb verified
---
title: Private VSCode IDE
emoji: πŸ’»
sdk: docker
app_port: 7860
short_description: This is my private IDE. You cannot use it.
colorFrom: red
colorTo: red
---
# πŸ› οΈ Private VSCode IDE
> [!IMPORTANT]
> **This is my private IDE and cannot be used by others.** > If you want to use it, please **clone this repository** and create your own IDE space.
### πŸš€ How to use (for Cloned Spaces)
To avoid login issues caused by browser cookie restrictions, I recommend opening the IDE in a **Direct URL** instead of the embedded view:
1. Click the **"..."** icon at the top right of this Space.
2. Select **"Embed this Space"**.
3. Copy and open the **"Direct URL"** in a new tab.
---
### πŸ—οΈ Features
- **Persistent Storage:** All data in `/data` is saved using Hugging Face's persistent storage.
- **SQLite Database:** Automatically initializes a database for development.
- **Custom Environment:** Built on Debian with Python 3.9.