get_context_tabs
Retrieve AI-relevant tab information from VS Code, including file paths and optional content, to enhance context-aware development workflows.
Instructions
Retrieves information about tabs that have been specifically marked for inclusion in AI context using the UI toggle in VS Code.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeContent | No | Whether to include the file content of each tab (may be large) | |
selections | No | Optional array of file paths with specific line ranges to include | |
targetProjectPath | Yes | Path to the project folder we are working in |