did_change_watched_files
Notify the language server of file changes made outside the editor to update its cached state after direct disk writes.
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 |