Skip to content

Commit 18dba60

Browse files
committed
update command name
1 parent 7b03127 commit 18dba60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ function documentSymbol(msg: p.RequestMessage) {
537537
function workspaceSymbol(msg: p.RequestMessage) {
538538
// https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_symbol
539539
let result: p.WorkspaceSymbol[] | null = utils.runAnalysis(
540-
["workspaceSymbol", process.cwd()],
540+
["workspaceSymbols", process.cwd()],
541541
);
542542

543543
let response: p.ResponseMessage = {

0 commit comments

Comments
 (0)