did_change_watched_files
Notify the language server of external file changes (created, changed, deleted) to refresh caches and avoid stale analysis.
Instructions
Notify the language server that files have changed on disk outside the editor (workspace/didChangeWatchedFiles). Use this after writing files directly to disk so the server refreshes its caches. Change types: 1=created, 2=changed, 3=deleted. File URIs must use the file:/// scheme.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| changes | Yes |