Skip to content
| Marketplace
Sign in
Visual Studio Code>AI>Agent 365 ChatNew to Visual Studio Code? Get it now.
Agent 365 Chat

Agent 365 Chat

Hari Patel

| (0) | Free
AI-powered chat assistant for VSCode with support for Claude and GPT models
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Agent 365 Extension

This is a VSCode extension development starter.

Features

  • Hello World command example
  • TypeScript configuration
  • ESLint setup
  • Debug configuration

Getting Started

  1. Install dependencies:

    npm install
    
  2. Compile the extension:

    npm run compile
    
  3. Press F5 to open a new VSCode window with the extension loaded

  4. Run the command Hello World from the Command Palette (Ctrl+Shift+P or Cmd+Shift+P)

Development

  • Run npm run watch to compile TypeScript in watch mode
  • Press F5 to debug the extension
  • Make changes to src/extension.ts and reload the extension window

Structure

  • src/extension.ts - Main extension entry point
  • package.json - Extension manifest
  • tsconfig.json - TypeScript configuration
  • .vscode/launch.json - Debug configuration
  • .vscode/tasks.json - Build tasks

Next Steps

  • Add more commands in package.json
  • Create new features in src/
  • Read the VSCode Extension API documentation
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft