get_context_tabs
Extracts AI-relevant tab information from VS Code, including marked tabs and optional file content or specific line ranges, for targeted project integration.
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 |