We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b03127 commit 18dba60Copy full SHA for 18dba60
server/src/server.ts
@@ -537,7 +537,7 @@ function documentSymbol(msg: p.RequestMessage) {
537
function workspaceSymbol(msg: p.RequestMessage) {
538
// https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_symbol
539
let result: p.WorkspaceSymbol[] | null = utils.runAnalysis(
540
- ["workspaceSymbol", process.cwd()],
+ ["workspaceSymbols", process.cwd()],
541
);
542
543
let response: p.ResponseMessage = {
0 commit comments