Skip to content

Commit

Permalink
Merge pull request #2259 from FabianKramm/main
Browse files Browse the repository at this point in the history
docs: update visual studio code guide
  • Loading branch information
FabianKramm authored Aug 26, 2022
2 parents 934bebf + 3d41239 commit ffa1317
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pages/ide-integration/visual-studio-code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cd devspace-vscode-example
devspace dev -n my-namespace
```

## Clone the example Project
## 1. Clone the example Project

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:

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

## Configure DevSpace
## 2. Configure DevSpace

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

## Start DevSpace
## 3. Start DevSpace

Now let's start DevSpace with the following command:
```
Expand Down

0 comments on commit ffa1317

Please sign in to comment.