microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.42k stars 28.62k forks source link

Sticky Scroll feature has stopped functioning correctly following the installation of a newly created extension that has a custom language server. #227196

Open esentu92 opened 2 weeks ago

esentu92 commented 2 weeks ago

Does this issue occur when all extensions are disabled?: Yes/No

Steps to Reproduce:

  1. Create a VS Code extension which has a Node.js application to implement with a custom language server (npx vsce package to create .vsix file)
  2. Install the extension using "Install from VSIX"
  3. Open a file to trigger language server features
  4. Sticky Scroll will start showing wrong lines at the top.

Note that, this is not happening on "Extension Development Host" and the feature is working seamlessly.

vs-code-engineering[bot] commented 2 weeks ago

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.92.2. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

esentu92 commented 2 weeks ago

Have the same issue with the latest version too.