Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Demo Hello WorldNew to Visual Studio Code? Get it now.
Demo Hello World

Demo Hello World

Soumya Test 123

| (0) | Free
A simple demo extension that displays Hello World
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Demo Hello World Extension

A simple VS Code extension that demonstrates the basic "Hello World" functionality.

Features

This extension contributes a simple command that displays a "Hello World" message.

  • Hello World Command: Press Ctrl+Shift+P (or Cmd+Shift+P on Mac) and type "Hello World" to see a greeting message.

Usage

  1. Install the extension
  2. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P)
  3. Type "Hello World" and select the command
  4. See the greeting message appear!

Requirements

This extension requires VS Code version 1.75.0 or higher.

Extension Settings

This extension does not add any VS Code settings.

Known Issues

No known issues at this time.

Release Notes

0.0.1

Initial release of Demo Hello World extension.

  • Added Hello World command

For Developers

Running the Extension Locally

  1. Clone this repository
  2. Open it in VS Code
  3. Press F5 to open a new window with your extension loaded
  4. Run the command from the Command Palette

Publishing

Before publishing, make sure to:

  1. Update the publisher field in package.json with your publisher name
  2. Update the repository URL
  3. Add an icon.png file (128x128 pixels recommended)
  4. Install vsce: npm install -g @vscode/vsce
  5. Package: vsce package
  6. Publish: vsce publish

Enjoy!

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