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
Describe the bug GoToDefinition make invalid history when use C# extension.
To Reproduce Steps to reproduce the behavior:
gd
Expected behavior Make history correctly.
Screenshots
This gif is run undo command after goToDefinition command.
Environment (please complete the following information):
1.8.1
Windows_NT x64 10.0.17134
1.36.0
The text was updated successfully, but these errors were encountered:
Assign activeTextEditor to local variable first.
0b97d09
because activeTexteditor may have changed after call async method. fixes VSCodeVim#3865
468a49b
I just wanted to comment and thank you for your report, investigation, and then fix. This was a nasty one and it is much appreciated!
Sorry, something went wrong.
No branches or pull requests
Describe the bug
GoToDefinition make invalid history when use C# extension.
To Reproduce
Steps to reproduce the behavior:
gd
Expected behavior
Make history correctly.
Screenshots
This gif is run undo command after goToDefinition command.
Environment (please complete the following information):
1.8.1
Windows_NT x64 10.0.17134
1.36.0
The text was updated successfully, but these errors were encountered: