VS Code

Master the VS Code editor and extensions

120 tutorials
12 of 120 tutorials
Aug 2, 2026· 6 min read

How to Use the Testing View and Test Explorer in VS Code

Open and use the VS Code Testing view and Test Explorer to discover, organize, and run tests without leaving the editor. Learn what the beaker icon does and how to set up your first test extension.

vscodeIntermediate
Aug 2, 2026· 8 min read

How to Create and Configure tasks.json in VS Code

Create and configure a tasks.json file in VS Code to run build scripts, linters, tests, and custom automation from inside the editor. Learn task types, problem matchers, and keyboard shortcuts.

vscodeIntermediate
Aug 2, 2026· 5 min read

How to Create a Default Build Task in VS Code

Set a default build task in VS Code so Ctrl+Shift+B runs your compiler, linter, or build script instantly. Configure tasks.json with the build group and isDefault flag.

Intermediatevscode
Aug 2, 2026· 6 min read

How to Use Problem Matchers with VS Code Tasks

Attach problem matchers to VS Code tasks so compiler and linter errors appear in the Problems panel as clickable entries. Use built-in matchers or write your own.

Intermediatevscode
Aug 2, 2026· 5 min read

VS Code Workspace Trust and Restricted Mode Explained

Workspace Trust protects you from automatic code execution when you open an unfamiliar project. Learn what Restricted Mode disables, how to trust a folder, and when to override extension trust.

vscodeIntermediate