racket-langserver icon indicating copy to clipboard operation
racket-langserver copied to clipboard

support `workspace.didChangeWatchedFiles` notification

Open dannypsnl opened this issue 8 months ago • 0 comments

It seems if we support this capability, then we can

  1. build trace cache
  2. cache can be decided to refresh or keep

because now we know the file is updated or not.

spec: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_didChangeWatchedFiles

dannypsnl avatar Feb 01 '25 07:02 dannypsnl