This Visual Studio Code extension greets you with a friendly "Hello, World!" message when activated. It's a simple and fun way to get started with VS Code extension development.
Features
Displays a "Hello, World!" message when the extension is run.
Lightweight and easy to use.
Usage
Install the extension in Visual Studio Code.
Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS).
Search for and run the command Hello World.
See the greeting message appear!
Requirements
Visual Studio Code version 1.60.0 or higher.
Node.js and npm installed for development purposes.
Contributing
Contributions are welcome! Feel free to open issues or submit pull requests on the GitHub repository.