Skip to content

Commit 827702c

Browse files
committed
Variable assignment should not produce a symbol
1 parent d021f0b commit 827702c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/utils/vbaSyntaxElements.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ class VariableAssignElement extends BaseElement {
323323
return;
324324
}
325325
}
326+
symbolInformation = (_: string) => undefined;
326327
}
327328

328329
class ModuleAttribute {

0 commit comments

Comments
 (0)