Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3d41239

Browse files
committedAug 26, 2022
docs: update visual studio code guide
1 parent eccb8e5 commit 3d41239

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎docs/pages/ide-integration/visual-studio-code.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cd devspace-vscode-example
3333
devspace dev -n my-namespace
3434
```
3535

36-
## Clone the example Project
36+
## 1. Clone the example Project
3737

3838
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:
3939

@@ -67,7 +67,7 @@ func main() {
6767
```
6868
It's a simple web server that runs on port 9000 and returns a `Hello World!` message.
6969

70-
## Configure DevSpace
70+
## 2. Configure DevSpace
7171

7272
Let's take a look at the `devspace.yaml`:
7373
```yaml
@@ -127,7 +127,7 @@ Let's break down the file into what DevSpace will do:
127127
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
128128
6. And lastly, DevSpace will open Visual Studio Code inside the container
129129

130-
## Start DevSpace
130+
## 3. Start DevSpace
131131

132132
Now let's start DevSpace with the following command:
133133
```

0 commit comments

Comments
 (0)
Please sign in to comment.