Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Dec 12, 2023
1 parent 864f82d commit a47571d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/markdown/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,12 +278,12 @@ export function create(): ServicePlugin {
}
},

provideReferences(document, position, token) {
provideReferences(document, position, referenceContext, token) {
if (prepare(document)) {
return ls.getReferences(
document,
position,
{ includeDeclaration: true },
referenceContext,
token
);
}
Expand Down

0 comments on commit a47571d

Please sign in to comment.