getBufferContent
Read a workspace file from VS Code buffer including unsaved changes. Returns isDirty flag to indicate modifications before editing.
Instructions
Read workspace file from VS Code buffer including unsaved changes. Use before editText. Returns isDirty flag. Workspace files only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Workspace or absolute path | |
| startLine | No | First line to include (1-based, default: 1) | |
| endLine | No | Last line to include (1-based, default: all lines) |