Hallo Wereld
A simple "Hello World" extension for Visual Studio Code. This extension adds a command that shows a welcome message.
Features
- Adds the
Hello World: Say Hello command to the Command Palette
- Shows an information message (
Hello World!) when the command is run
Requirements
No other external dependencies are needed to use the extension.
Installation (development)
- Clone this repository:
git clone <repo-url>
cd hallo-wereld
- Install dependencies:
npm install
- Open the folder in VS Code:
code .
- Press
F5 to launch the extension in a new Extension Development Host window.
Usage
- Open the Command Palette (
Ctrl+Shift+P on Windows/Linux, Cmd+Shift+P on macOS)
- Search for Hello World: Say Hello
- Press Enter — a welcome message will appear
Extension Settings
This extension does not currently contribute any VS Code settings.
Known Issues
No known issues.
Packaging as .vsix
npx vsce package
This generates a .vsix file that can be installed locally with:
code --install-extension hello-world-0.0.1.vsix
Release Notes
0.0.1
Initial release of the Hello World extension.
Enjoy!
| |