did_change_watched_files
Notify the language server that files changed on disk outside the editor, causing it to refresh its caches. Use after direct file 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 |