Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Bolt AI Code EditorNew to Visual Studio Code? Get it now.
Bolt AI Code Editor

Bolt AI Code Editor

Tigran

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

My VSCode Extension

A custom VSCode extension that demonstrates basic functionality.

Features

  • Command: Hello World - Displays a simple notification

Development

Prerequisites

  • Node.js
  • npm
  • Visual Studio Code

Setup

  1. Clone the repository

    git clone https://github.com/yourusername/my-vscode-extension.git
    cd my-vscode-extension
    
  2. Install dependencies

    npm install
    
  3. Build the extension

    npm run compile
    

Running the Extension

  • Press F5 to open a new window with your extension loaded
  • Run the command from the command palette by pressing (Ctrl+Shift+P or Cmd+Shift+P on Mac) and typing Hello World
  • Set breakpoints in your code inside src/extension.ts to debug your extension
  • Find output from your extension in the debug console

Packaging the Extension

npm run package

This will create a .vsix file that can be installed in VS Code.

License

MIT

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