You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.
I just ran update the RLS command in VSCode, but not sure how to tell what version of rustup is installed.
My local rustup is 1.17.0, and rustc is 1.34.0, but I'm not certain if that's what the extension is using.
vscode version is 1.33.0.
OS is fedora 29, latest.
Issue:
Sometimes, if I have two vscode panes open to the same file, and I save the file in one pane, it scrolls the second pane to the end of the file.
I am pretty sure this is related to the formatter, but it does not happen if I manually run the "Format Document" command.
It seems to only happen if I make a change that introduces whitespace. If I change the name of a variable, the scrolling behaviour does not happen. However, if I insert a space after an opening parenthesis, or insert one too many newlines, the scrolling behaviour does happen.
Here's a screen-session showing how the right pane scrolls to the end when I ctrl-S:
Version info:
update the RLS
command in VSCode, but not sure how to tell what version of rustup is installed.Issue:
Sometimes, if I have two vscode panes open to the same file, and I save the file in one pane, it scrolls the second pane to the end of the file.
I am pretty sure this is related to the formatter, but it does not happen if I manually run the "Format Document" command.
It seems to only happen if I make a change that introduces whitespace. If I change the name of a variable, the scrolling behaviour does not happen. However, if I insert a space after an opening parenthesis, or insert one too many newlines, the scrolling behaviour does happen.
Here's a screen-session showing how the right pane scrolls to the end when I ctrl-S:
https://drive.google.com/file/d/1yM63f49dFs6lAokFrHq9xmMyYfgshJaU/view?usp=sharing
The text was updated successfully, but these errors were encountered: