DeveloperBreeze

Extension Development Development Tutorials, Guides & Insights

Unlock 1+ expert-curated extension development tutorials, real-world code snippets, and modern dev strategies. From fundamentals to advanced topics, boost your extension development skills on DeveloperBreeze.

Building a Custom VS Code Extension: Supercharge Your Workflow

Tutorial August 20, 2024
javascript typescript

Extensions can include user-configurable settings, allowing users to customize their behavior. Let's add a setting that changes the text displayed by our command.

First, update the package.json to define the setting: