get_active_tabs
Retrieves details of open tabs in VS Code to provide the AI agent with project context, with an option to include file contents.
Instructions
Retrieves information about currently open tabs in VS Code to provide context for the AI agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetProjectPath | Yes | Path to the project folder we are working in | |
| includeContent | No | Whether to include the file content of each tab (may be large) |