To get started with Devlite Core, make sure your .devcontainer/devcontainer.json file has the correct workspace folder path.
Open .devcontainer/devcontainer.json and locate this line:
"workspaceFolder": "/READ the README.md file",Replace it with the actual name of your project directory. For example, if your project is named my_project, update it to:
"workspaceFolder": "/my_project",After saving the file:
- Close the folder in VS Code.
- Reopen the folder.
- When prompted, click “Reopen in Container”.
That’s it — you’re now running inside Devlite Core: Ubuntu 22.04, MariaDB, Redis, and subtle perfection.