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: docs/pages/ide-integration/visual-studio-code.mdx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ cd devspace-vscode-example
33
33
devspace dev -n my-namespace
34
34
```
35
35
36
-
## Clone the example Project
36
+
## 1. Clone the example Project
37
37
38
38
We have prepared a small example Golang project that shows how you can use DevSpace and Visual Studio Code together. To checkout the example project run:
39
39
@@ -67,7 +67,7 @@ func main() {
67
67
```
68
68
It's a simple web server that runs on port 9000 and returns a `Hello World!` message.
69
69
70
-
## Configure DevSpace
70
+
## 2. Configure DevSpace
71
71
72
72
Let's take a look at the `devspace.yaml`:
73
73
```yaml
@@ -127,7 +127,7 @@ Let's break down the file into what DevSpace will do:
127
127
5. Next, DevSpace will create a small git credentials helper script inside the container to make your local git credentials available inside the container as well as allow usage of the local `devspace` command inside the container
128
128
6. And lastly, DevSpace will open Visual Studio Code inside the container
129
129
130
-
## Start DevSpace
130
+
## 3. Start DevSpace
131
131
132
132
Now let's start DevSpace with the following command:
0 commit comments