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
+15-9
Original file line number
Diff line number
Diff line change
@@ -163,24 +163,30 @@ dbt docs serve
163
163
164
164
#### Steps
165
165
166
-
1. Ensure you have Codespaces enabled for your GitHub organization or turned on as a beta feature if you're an individual user
166
+
1. Ensure you have [Codespaces](https://github.com/features/codespaces) enabled for your GitHub organization or turned on as a beta feature if you're an individual user
167
167
2. Click the green **Code** button on near the top right of the page of this repo's homepage (you may already be on it)
168
-
3. Instead of cloning the repo like you normally would, intead select the **Codespaces** tab of the pop out, then "Create codespace on `duckdb`"
168
+
3. Instead of cloning the repo like you normally would, instead select the **Codespaces** tab of the pop out, then "Create codespace on `duckdb`"
2. Install the VSCode [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension (formerly known as the "Remote - Containers" extension). Video tutorial [here](https://learn.microsoft.com/en-us/shows/beginners-series-to-dev-containers/installing-the-remote-containers-extension-2-of-8--beginners-series-to-dev-containers).
183
+
2. Clone this repo and open it in VSCode
184
+
1. First time: View > Command Palette > Remote-Containers: Open Folder in Container
185
+
- Wait for container to build -- expected to take several minutes
186
+
- Open a new terminal
187
+
3. Subsequent times: Click **Reopen in Container** and wait for container to spin up
182
188

0 commit comments