Skip to main content

authoringProtocolMethodSchema

@gooi/language-server


@gooi/language-server / contracts/protocol-contracts / authoringProtocolMethodSchema

Variable: authoringProtocolMethodSchema

const authoringProtocolMethodSchema: ZodEnum<{ $/cancelRequest: "$/cancelRequest"; codeLens/resolve: "codeLens/resolve"; completionItem/resolve: "completionItem/resolve"; gooi/pullDiagnostics: "gooi/pullDiagnostics"; textDocument/codeLens: "textDocument/codeLens"; textDocument/completion: "textDocument/completion"; textDocument/definition: "textDocument/definition"; textDocument/didChange: "textDocument/didChange"; textDocument/didOpen: "textDocument/didOpen"; textDocument/documentSymbol: "textDocument/documentSymbol"; textDocument/hover: "textDocument/hover"; textDocument/prepareRename: "textDocument/prepareRename"; textDocument/references: "textDocument/references"; textDocument/rename: "textDocument/rename"; workspace/symbol: "workspace/symbol"; }>

Defined in: authoring/language-server/src/contracts/protocol-contracts.ts:18

Supported protocol methods for authoring protocol test server.