Budenny Extension
A test extension to verify the VSCode extension publishing procedure. This extension adds a simple "Hello World" command to VSCode.
Features
This extension adds a single command:
Hello World : Display a "Hello World" message
To run the command:
- Open the Command Palette (
Ctrl+Shift+P on Windows/Linux, Cmd+Shift+P on macOS)
- Type "Hello World" and select the command
Installation
You can install this extension through the VS Code Marketplace:
- Open VS Code
- Go to the Extensions view (
Ctrl+Shift+X on Windows/Linux, Cmd+Shift+X on macOS)
- Search for "Budenny extension"
- Click Install
Requirements
- VS Code version 1.97.0 or higher
Development
This extension is built with TypeScript and uses the following development tools:
- TypeScript for type-safe development
- ESLint for code linting
- esbuild for fast builds
- VS Code Test for testing
Building the Extension
- Clone the repository
- Run
npm install to install dependencies
- Run
npm run compile to build
- Press F5 to start debugging
Available Scripts
npm run compile - Build the extension
npm run watch - Build and watch for changes
npm run test - Run tests
npm run lint - Lint the code
npm run package - Create a production build
Contributing
The extension is currently in development (version 0.0.1). Contributions are welcome!
Release Notes
0.0.1
Initial release:
- Added Hello World command
License
This extension is currently unlicensed.
Note: This extension is created as a test to verify the VSCode extension publishing procedure.
| |