Skip to content

Commit

Permalink
Add vscode debugging link
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Nov 29, 2021
1 parent 0469360 commit c441e21
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion guides/ide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Therefore, we will provide **advanced WebStorm advices and configuration**.
> If you don't know what IDE to use, then we advise using [Visual Studio Code](https://code.visualstudio.com/), which is completely free, and wonderful too.

As of 2021, we recommend either:
As of 2022, we recommend either:

- [WebStorm](https://www.jetbrains.com/webstorm/) (paid, free for students)
- or [VSCode](https://code.visualstudio.com/) (free, OSS)
Expand Down
22 changes: 22 additions & 0 deletions guides/ide/use-vscode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: default
title: How to use VS Code
parent: IDE
grand_parent: Guides
nav_order: 20
---

# How to use VS Code IDE
{: .no_toc }

{% include page-toc.md %}

---

## Interactive debug mode

> I don't use VS Code myself, so I haven't tried this for real.
See [this discussion](https://github.com/vercel/vercel/issues/2864#issuecomment-963533339) to use VS Code debugging.

---

0 comments on commit c441e21

Please sign in to comment.