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 09c4bbd commit bf1c29dCopy full SHA for bf1c29d
packages/app/src/app/overmind/effects/vscode/index.ts
@@ -227,7 +227,7 @@ export class VSCodeEffect {
227
228
public async getCodeReferenceBoundary(
229
commentId: string,
230
- reference: CommentFragment['references'][0]
+ reference: CommentFragment['references'][0]['metadata']
231
) {
232
this.revealPositionInCenterIfOutsideViewport(reference.anchor, 1);
233
0 commit comments