Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Sample HelloNew to Visual Studio Code? Get it now.
Sample Hello

Sample Hello

santhosh Kumar publish

|
1 install
| (0) | Free
Simple Hello World VS Code extension for publish testing
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Sample Hello VS Code Extension

A minimal "Hello World" extension for testing VS Code packaging and publishing.

Features

  • Command: "Sample: Hello World" (sample-hello.helloWorld) shows a notification.

Development

  1. Install dependencies:
    npm install
    
  2. Build:
    npm run compile
    
  3. Launch Extension:
    • Press F5 in VS Code to debug/run the extension.

Packaging

Create a .vsix package:

npm run package

Publishing (Marketplace)

  1. Set publisher in package.json to your publisher ID.
  2. Login with vsce:
    npx vsce login <your-publisher-id>
    
  3. Publish:
    npm run publish
    
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft