You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .devcontainer/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,13 +47,15 @@ This script creates all required cache directories on the host, including:
47
47
48
48
The script is idempotent and can be run multiple times without issues.
49
49
50
+
The container was designed to be used for development with contracts repo at `/git/graphprotocol/contracts` and with `/git` mounted from the host by `docker-compose.yml`.
51
+
50
52
### 2. Start the Dev Container
51
53
52
54
After creating the cache directories, you can start the dev container:
53
55
54
56
1. Open VS Code
55
57
2. Use the "Remote-Containers: Open Folder in Container" command
56
-
3. Select the repository directory
58
+
3. Select the repository directory (for example `/git/graphprotocol/contracts`)
57
59
58
60
When the container starts, the `project-setup.sh` script will automatically run and:
0 commit comments