Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Test Gowtham AppNew to Visual Studio Code? Get it now.
Test Gowtham App

Test Gowtham App

santhosh Kumar publish

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

Test Gowtham App VS Code Extension

A minimal "Hello World" extension to test VS Code packaging and publishing with a new app identifier.

Features

  • Command: "Test Gowtham App: 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