We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cursor position is lost when typing quickly.
Type quickly in VSCode. The cursor at some point will drop behind the latest typed character.
Example: https://github.com/user-attachments/assets/27d15ebc-51e0-460a-8c0c-3d4fe3297b29
This was flagged up as being caused by EditorConfig through the VSCode Extension Bisect functionality.
microsoft/vscode#241192
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Cursor position is lost when typing quickly.
How to reproduce
Type quickly in VSCode. The cursor at some point will drop behind the latest typed character.
Example: https://github.com/user-attachments/assets/27d15ebc-51e0-460a-8c0c-3d4fe3297b29
Expected behavior
Additional context
This was flagged up as being caused by EditorConfig through the VSCode Extension Bisect functionality.
microsoft/vscode#241192
The text was updated successfully, but these errors were encountered: