Open noellelc opened 2 years ago
The problematic code peace is here: https://github.com/microsoft/vscode/blob/1498d0f34053f854e75e1364adaca6f99e43de08/src/vs/editor/contrib/find/browser/findState.ts#L38
{ update: () => {} }
Update is treated as internal which is actually correct, but somehow I want to make it public visible.
@noellelc I published lsif@0.6.0-next.22
which avoid the early exit. But the dump will not have a moniker for the symbol. I need to address this separately
When I run the LSIF tooling against the vscode repo, I get this error and the job terminates earlier than expected:
I am guessing it has something to do with a change in the repo itself, because if I go back several commits, for example to 9A4005FDA8A656F3863DA92902BBB48DAD73A769, the tool runs successfully across the entire repo.