did_change_watched_files
Notify the language server of file changes made outside the editor to refresh caches after writing files directly to disk.
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 |