Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Copilot WatcherNew to Visual Studio Code? Get it now.
Copilot Watcher

Copilot Watcher

giridhar

|
2 installs
| (0) | Free
Monitors VS Code chatSessions and writes daily extracted chat data to disk
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Extension Name

A brief description of what your extension does (e.g., "Manage and clean your VS Code workspace storage effortlessly").

Features

  • Dynamic Path Resolution: Automatically locates your workspaceStorage regardless of your Windows username.
  • Workspace Management: (Add a specific feature here).
  • Lightweight: Zero dependencies, optimized for performance.

Extension Settings

This extension contributes the following settings:

  • extension.yourSetting: Set to true to enable automated cleaning.

Dynamic Path Logic

This extension utilizes Windows Environment Variables to ensure it works on any device without manual configuration. It dynamically targets: %APPDATA%\Code\User\workspaceStorage

Requirements

  • VS Code: Version 1.90.0 or higher.
  • OS: Windows (Standard installation).

Known Issues

  • Only supports standard Windows installations (Paths may vary for Portable Mode).

Release Notes

1.0.0

  • Initial release.
  • Added dynamic user folder detection for Windows.

Installation for Developers

  1. Clone the repository.
  2. Run npm install to get dependencies and @types/node.
  3. Press F5 to open a new window with your extension loaded.

Packaging

To create a .vsix file for distribution:

vsce package
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft