Skip to content

Commit

Permalink
docs: md linting and typos
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Lechner <[email protected]>
  • Loading branch information
lechnerc77 committed Dec 17, 2023
1 parent e392d53 commit 8667df5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ We support developing on macOS, Linux and Windows with [WSL](https://docs.micros
On our supported OSes using a package manager to install these dependencies is a much easier way to keep them updated.

- For macOS, this likely means you should be using [Homebrew](https://brew.sh/).
- On Linux, use your distro's package manager.
- On Linux, use your distribution's package manager.

## Required installs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The extension will walk you through an automated install of some additional tool

At this point you should be able to open any of the Go files in the repo and see syntax highlighting working.

**Launching VS Code**
## Launching VS Code

The best way to launch VS Code for Go is to do *File* -> *Open Folder* on the repository.

Expand All @@ -37,4 +37,4 @@ You can easily do this from the command shell with `code .`, which opens the cur

## Related links

- [Go in Visual Studio Code](https://code.visualstudio.com/docs/languages/go)
- [Go in Visual Studio Code](https://code.visualstudio.com/docs/languages/go)
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You can play around with the various debugger features, like stepping into code.

> 📝 **Tip** - You can create definitions for any set of debug settings you want to keep handy.
### Debug rad CLI (prompt for args)
### Debug rad CLI - prompt for args

This section describes the configuration named **"Debug rad CLI (prompt for args)"**. In contrast to the previous generic one this one uses the specific `rad CLI` commands to kick of the debugger.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Install both of these and then follow the steps in the *Quick Start* for the Go

The extension will walk you through an automated install of some additional tools that match your installed version of Go.

**Launching VS Code**
### Launching VS Code

The best way to launch VS Code for Go is to do *File* -> *Open Folder* on the repository.

Expand Down

0 comments on commit 8667df5

Please sign in to comment.