checkDocumentDirty
Determine if a file contains unsaved modifications, using the VS Code buffer if available or a heuristic method.
Instructions
Check if file has unsaved changes. Uses VS Code buffer when ext connected; heuristic otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the file to check |