Spaces:
Sleeping
Sleeping
| 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. |