A Visual Studio Code extension template to kickstart your next VS Code extension project. This template provides a solid foundation with best practices, sample configuration, and helpful documentation to streamline your development process.
Features
Ready-to-use Extension Structure: Includes all necessary files and configuration for a VS Code extension.
Sample Commands & Settings: Demonstrates how to add commands and contribute settings.
Easy Customization: Well-commented code and documentation to help you adapt the template to your needs.
Extension Guidelines: Follows VS Code extension best practices.
Getting Started
Installation
Press F5 to launch the extension in a new Extension Development Host window.
Usage
Add your own features and commands as needed.
Use the provided structure to organize your code and assets.
Extension Settings
This template contributes the following settings:
tqniaTemplate.enable: Enable/disable the extension.
tqniaTemplate.sampleSetting: Example setting for demonstration.