🔧 Fix VSCode Container Plugin

This commit is contained in:
zay 2024-04-02 22:28:53 +01:00
parent 68a391f401
commit e13c936a55
No known key found for this signature in database
GPG key ID: 3B48C5B19B502F5F

View file

@ -13,8 +13,8 @@ Below you can find instructions for setting up the environment and getting start
1. Install Docker 1. Install Docker
2. Make a copy of `.env.example` called `.env` 2. Make a copy of `.env.example` called `.env`
3. Fill in the missing values in `.env` 3. Fill in the missing values in `.env`
4. In VSCode: Install the `Remote - Containers` plugin 4. In VSCode: Install the `Dev Containers` plugin
5. In VSCode: Run `Remote-Containers: Open Folder in Container...` and select the Zeppelin folder 5. In VSCode: Run `Dev Containers: Open Folder in Container...` and select the Zeppelin folder
### Using VSCode remote SSH plugin ### Using VSCode remote SSH plugin
1. Install Docker 1. Install Docker