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
- Open the command palette (Ctrl+Shift+P or Cmd+Shift+P)
- Type "Hello World" and select the command
- See the information message appear
Development
Running the Extension
- Open this project in VS Code
- Press F5 to run the extension in a new Extension Development Host window
- 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
| |