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 fca68b5 commit 931ea9dCopy full SHA for 931ea9d
server/src/server.ts
@@ -360,7 +360,7 @@ function onMessage(msg: m.Message) {
360
send(hoverResponse);
361
} else if (msg.method === p.DefinitionRequest.method) {
362
// https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_definition
363
- let result: Location | null = utils.runAnalysisAfterSanityCheck(
+ let result: Location[] | null = utils.runAnalysisAfterSanityCheck(
364
msg,
365
(filePath) => [
366
"definition",
0 commit comments