[PATCH] D97548: [clangd] Introduce client state invalidation

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 26 05:48:33 PST 2021


kadircet added inline comments.


================
Comment at: clang-tools-extra/clangd/test/semantic-tokens-refresh.test:13
+# CHECK:        "method": "workspace/semanticTokens/refresh",
+# CHECK-NEXT:   "params": null
+# CHECK-NEXT:  }
----------------
lsp spec says `params: none` for this request. i am not sure if this is acceptable or if we should really change our transport layer to accommodate optional parameters. can't really test it on vscode atm unfortunately :/


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97548/new/

https://reviews.llvm.org/D97548



More information about the cfe-commits mailing list