Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Budenny extensionNew to Visual Studio Code? Get it now.
Budenny extension

Budenny extension

budenny

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

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:

  1. Open the Command Palette (Ctrl+Shift+P on Windows/Linux, Cmd+Shift+P on macOS)
  2. Type "Hello World" and select the command

Installation

You can install this extension through the VS Code Marketplace:

  1. Open VS Code
  2. Go to the Extensions view (Ctrl+Shift+X on Windows/Linux, Cmd+Shift+X on macOS)
  3. Search for "Budenny extension"
  4. 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

  1. Clone the repository
  2. Run npm install to install dependencies
  3. Run npm run compile to build
  4. 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.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft