did_change_watched_files
Notify the language server when files change outside the editor to refresh caches and maintain accurate cross-file awareness.
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 |