Skip to content

Commit bc6d309

Browse files
committed
m
1 parent 9679e9d commit bc6d309

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase-vscode/src/data-connect/code-lens-provider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export class OperationCodeLensProvider extends ComputedCodeLensProvider {
7878
const projectId = this.watch(firebaseRC)?.tryReadValue?.projects.default;
7979

8080
const documentText = document.getText();
81+
// TODO: replace w/ online-parser to work with malformed documents
8182
const documentNode = parse(documentText);
8283
const definitions: ExecutableDefinitionNode[] = [];
8384
for (const def of documentNode.definitions) {

0 commit comments

Comments
 (0)