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.
- tags: vscode, vscode-extensions, docs
- source code
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…
- 📆 published on: 2020-01-09
- tags: vscode, docker, development-environment
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.
- tags: vscode