Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 2.58 KB

vscode.md

File metadata and controls

36 lines (30 loc) · 2.58 KB

Bookmarks tagged [vscode]

https://code.visualstudio.com/api/get-started/your-first-extension

In this topic, we'll teach you the fundamental concepts for building extensions.


https://jestjs.io/docs/en/troubleshooting

Uh oh, something went wrong? Use this guide to resolve issues with Jest.


https://medium.com/@james.thorniley/create-a-reproducible-dev-environment-with-vs-code-fd89285644da

Dependency hell is the curse of all software developers trying to get the right toolchain installed. In this post I’ll show how to set up a clean environment using the remote container feature of…


https://code.visualstudio.com/docs/nodejs/nodejs-debugging

The Visual Studio Code editor includes Node.js debugging support. Set breakpoints, step-in, inspect variables and more.


https://code.visualstudio.com/docs/getstarted/keybindings

Visual Studio Code lets you perform most tasks directly from the keyboard. This page lists out the default bindings (keyboard shortcuts) and describes how you can update them.