Skip to content

docs(README.md): open curl.http in VS Code #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,20 @@ To get started using Kubernetes, we will manually deploy our IMDb application. T
http localhost:30080/healthz
```

Open [curl.http](./curl.http)
Open [curl.http](./curl.http) in Visual Studio Code

Either click [curl.http](./curl.http) directly in Visual Studio Code

Or via the terminal window

```bash
# Open curl.http in Visual Studio Code via terminal window
code /workspaces/gitopsdays/curl.http
```

> [curl.http](./curl.http) is used in conjuction with the Visual Studio Code [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) extension.
>
> When you open [curl.http](./curl.http), you should see a clickable `Send Request` text above each of the URLs
> When you open [curl.http](./curl.http) in Visual Studio Code, you should see a clickable `Send Request` text above each of the URLs

![REST Client example](./images/RESTClient.png)

Expand Down