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: README.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# VIP Codespaces
2
2
3
-
A development environment for WordPress VIP sites using GitHub Codespaces and VS Code Remote Containers.
3
+
A development environment for WordPress VIP sites using GitHub Codespaces and VS Code Development Containers.
4
4
5
5
## Overview
6
6
7
-
VIP Codespaces provides a containerized development environment for WordPress VIP sites, making it easy to set up and maintain a consistent development environment across teams. It leverages GitHub Codespaces and VS Code (and forks) Remote Containers to provide a seamless development experience.
7
+
VIP Codespaces provides a containerized development environment for WordPress VIP sites, making it easy to set up and maintain a consistent development environment across teams. It leverages GitHub Codespaces and VS Code (and forks) [Development Containers](https://containers.dev/) to provide a seamless development experience.
8
8
9
9
## Features
10
10
@@ -25,14 +25,15 @@ VIP Codespaces provides a containerized development environment for WordPress VI
25
25
26
26
### Using with GitHub Codespaces
27
27
28
-
1.Add the `.devcontainer`configuration to your WordPress VIP project
28
+
1.We provide the `.devcontainer/devcontainer.json` in our [Skeleton template repository](https://github.com/Automattic/vip-go-skeleton/tree/production/.devcontainer). For older codebases, you will need to add the `.devcontainer/devcontainer.json`configuration to your WordPress VIP repository manually
29
29
2. Start a new Codespace from your repository
30
30
3. Wait for the environment to build and initialize
31
31
4. Access your WordPress site at the forwarded port (typically port 80)
32
32
33
-
### Using with VS Code/Cursor/Windsurf Remote Containers
34
33
35
-
1. Add the `.devcontainer` configuration to your WordPress VIP project
34
+
### Using with VS Code/Cursor/Windsurf Development Containers
35
+
36
+
1. Add the `.devcontainer/devcontainer.json` configuration to your WordPress VIP project
36
37
2. Open the project in VS Code
37
38
3. Click on the Remote Containers extension icon and select "Reopen in Container"
38
39
4. Wait for the environment to build and initialize
0 commit comments