I think the editor used to preserve the vertical position of the line where the the cursor is in. It jumps now:  Repro steps: * Enable Code Lenses for TypeScript * Navigate to a symbol in a file that has not been opened yet * Notice that the editor reveals the symbol correctly, but without code lenses yet * Notice that the editor jumps once code lenses appear Verification steps: * Observe that the line the cursor is in does not jump anymore. If I don't misremember, there was a change made here recently?