vscode.md
July 15, 2021 · View on GitHub
Bookmarks tagged [vscode]
www.codever.land/bookmarks/t/vscode
Your First Visual Studio Code Extension - official docs
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
- :octocat: source code
Troubleshooting · Jest
https://jestjs.io/docs/en/troubleshooting
Uh oh, something went wrong? Use this guide to resolve issues with Jest.
Create a Reproducible Dev Environment with VS Code
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…
- :calendar: published on: 2020-01-09
- tags: vscode, docker, development-environment
Debug Node.js Apps using VS Code
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.
Visual Studio Code Key Bindings
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