Skip to content

Commit 1a4ee2f

Browse files
docs: use cards for prerequisite links
1 parent 1f1e5ec commit 1a4ee2f

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

streamerbot/3.api/3.csharp/1.recipes/visual-studio-code.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,14 @@ By following these instructions, you'll be able to write code with linting, whic
1212

1313
## Prerequisites
1414

15-
::steps{level=3}
16-
### Download & Install Visual Studio Code
17-
- [Download Visual Studio Code](https://code.visualstudio.com/download)
18-
- Follow the installation instructions for your operating system
19-
20-
### Configure Extensions
21-
- Launch Visual Studio Code if you haven't already
22-
- Open the Extensions menu
23-
- Keyboard Shortcut: :kbd{value=meta} :kbd{value=shift} :kbd{value=X}
24-
- Menu Bar: `View > Extensions`
25-
- Install `C#`
26-
- This is the necessary extension for C# development and includes the `.NET Install Tool`
27-
28-
![C# Extension in the extensions panel of Visual Studio Code](assets/vscode-csharp-extension.png)
15+
::card-group
16+
::card{title="Visual Studio Code" icon="mdi:microsoft-visual-studio-code" to="https://code.visualstudio.com/download"}
17+
Follow the installation instructions for your operating system
18+
::
19+
20+
::card{title="VSCode C# Extension" icon="vscode-icons:file-type-csharp" to="https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp"}
21+
This is the necessary extension for C# development and includes the .NET Install Tool
22+
::
2923
::
3024

3125
## Setup Guide

0 commit comments

Comments
 (0)