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
- Install the extension
- Open the Command Palette (
Ctrl+Shift+P or Cmd+Shift+P)
- Type "Hello World" and select the command
- 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
- Clone this repository
- Open it in VS Code
- Press
F5 to open a new window with your extension loaded
- Run the command from the Command Palette
Publishing
Before publishing, make sure to:
- Update the
publisher field in package.json with your publisher name
- Update the repository URL
- Add an icon.png file (128x128 pixels recommended)
- Install
vsce: npm install -g @vscode/vsce
- Package:
vsce package
- Publish:
vsce publish
Enjoy!
| |