We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c385b9 + eccb8e5 commit 934bebfCopy full SHA for 934bebf
1 file changed
docs/pages/ide-integration/visual-studio-code.mdx
@@ -65,10 +65,11 @@ func main() {
65
http.ListenAndServe(":9000", nil)
66
}
67
```
68
+It's a simple web server that runs on port 9000 and returns a `Hello World!` message.
69
70
## Configure DevSpace
71
-The file starts a simple web server on port 9000. Let's take a look at the `devspace.yaml`:
72
+Let's take a look at the `devspace.yaml`:
73
```yaml
74
version: v2beta1
75
name: vscode-demo
0 commit comments