Hello World Extension
Description
A simple "Hello World" extension for Visual Studio Code that demonstrates the basics of creating and publishing an extension.
Features
- Displays a "Hello, World!" message when the command is executed.
Requirements
Installation
- Open Visual Studio Code
- Go to Extensions (or press
Ctrl + Shift + X )
- Search for "Hello World" and click install
Usage
- Open the command palette (
Ctrl + Shift + P )
- Type "Hello World" and select the command to run
- Enjoy the "Hello, World!" message displayed in the notification
Contributing
If you have improvements or suggestions, feel free to contribute! Follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/improvement )
- Make changes and commit (
git commit -am 'Add feature/improvement' )
- Push to the branch (
git push origin feature/improvement )
- Create a pull request
Acknowledgments
- Thanks to the Visual Studio Code team for their amazing documentation.
| |