Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Hello (Foundry)New to Visual Studio Code? Get it now.
Hello (Foundry)

Hello (Foundry)

swatDong

|
39 installs
| (0) | Free
A sample VS Code extension
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Hello Clean Extension

A sample VS Code extension that displays a "Hello World" message.

Features

  • Adds a "Hello World" command to the command palette
  • Displays an information message when the command is executed

Usage

  1. Open the command palette (Ctrl+Shift+P or Cmd+Shift+P)
  2. Type "Hello World" and select the command
  3. See the information message appear

Development

Running the Extension

  1. Open this project in VS Code
  2. Press F5 to run the extension in a new Extension Development Host window
  3. In the new window, open the command palette and run "Hello World"

Development

Setup

npm install

Building

For development (with source maps):

npm run compile

For production (minified):

npm run package

Watch Mode

npm run watch

Packaging

To create a VSIX file for distribution:

npm run pack

This will create a hello-clean-0.0.1.vsix file that can be installed in VS Code.

The extension uses webpack to bundle the code for better performance and smaller file size.

Publishing

npm run vscode:prepublish

Extension Details

  • Publisher: swatDong
  • ID: hello-clean
  • Version: 0.0.1
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft