Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Yggdrasil Code TrackerNew to Visual Studio Code? Get it now.
Yggdrasil Code Tracker

Yggdrasil Code Tracker

YggdrasilAI97

|
5 installs
| (0) | Free
Tracks file changes and selections for Yggdrasil chat integration
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Yggdrasil Code Tracker

A VS Code extension that tracks file changes and selections for Yggdrasil chat integration.

Features

  • File Change Tracking: Automatically tracks file modifications, creations, and deletions
  • Selection Tracking: Monitors text selections and cursor position changes
  • Context Sharing: Send current editor context to Yggdrasil server
  • Project State: View and share complete project state information
  • File Discovery: Get comprehensive file lists for @mention functionality

Commands

  • Yggdrasil: Show Project State - Display current project state information
  • Yggdrasil: Send Current Context - Send active editor context to Yggdrasil
  • Yggdrasil: Get All Files for @mention - Retrieve complete file list for mentions

Configuration

Configure the extension through VS Code settings:

  • yggdrasil.serverUrl (default: http://localhost:3001) - Yggdrasil server URL
  • yggdrasil.maxFiles (default: 10000) - Maximum number of files to scan in workspace
  • yggdrasil.enableFileWatcher (default: true) - Enable file system change watching

Installation

  1. Install the extension from the VS Code marketplace or load from VSIX
  2. Configure the server URL in settings if different from default
  3. The extension activates automatically when VS Code starts

Development

Prerequisites

  • Node.js and npm
  • VS Code

Building

npm install
npm run compile

Packaging

npm run package

Running in Development

  1. Open the project in VS Code
  2. Press F5 to launch Extension Development Host
  3. Test the extension in the new VS Code window

Requirements

  • VS Code 1.74.0 or higher
  • Active Yggdrasil server instance (for full functionality)

License

See license.md for details.

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