mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Report workspace/triggerReindex server capability
Report to clients that the server supports the `workspace/triggerReindex` request. This lets clients expose this functionality only if SourceKit-LSP is configured to support it.
This commit is contained in:
@@ -1104,6 +1104,7 @@ extension SourceKitLSPServer {
|
||||
experimental: .dictionary([
|
||||
"workspace/tests": .dictionary(["version": .int(2)]),
|
||||
"textDocument/tests": .dictionary(["version": .int(2)]),
|
||||
"workspace/triggerReindex": .dictionary(["version": .int(1)]),
|
||||
])
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user