Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Hallo-WereldNew to Visual Studio Code? Get it now.
Hallo-Wereld

Hallo-Wereld

Hallo-Wereld

|
1 install
| (0) | Free
setup for a programming language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  • Visual Studio Code version 1.85.0 or higher
  • Node.js version 18.x or higher
  • npm version 9.x or higher
  • (Optional, for packaging) @vscode/vsce:
    npm install -g @vscode/vsce
    

No other external dependencies are needed to use the extension.

Installation (development)

  1. Clone this repository:
    git clone <repo-url>
    cd hallo-wereld
    
  2. Install dependencies:
    npm install
    
  3. Open the folder in VS Code:
    code .
    
  4. Press F5 to launch the extension in a new Extension Development Host window.

Usage

  1. Open the Command Palette (Ctrl+Shift+P on Windows/Linux, Cmd+Shift+P on macOS)
  2. Search for Hello World: Say Hello
  3. 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!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft