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 When I highlight text in a diff, text in both old and new files are selected.
To Reproduce Steps to reproduce the behavior:
Expected Behavior Only text in the old file should be highlighted. The VSCode diff does what I expect.
I'm not entirely positive if that is expected, but I don't think the current behavior is useful in any way.
Actual Behavior Text on both sides of the diff are highlighted.
Screenshots
Source Code Not relevant as it happens on any file with multiple changes.
SemanticDiff Version v0.8.8
v0.8.8
VS Code Information Simply click Help -> About -> Copy in VS Code and paste the information:
Help -> About -> Copy
Version: 1.85.2 (user setup) Commit: 8b3775030ed1a69b13e4f4c628c612102e30a681 Date: 2024-01-18T06:40:10.514Z Electron: 25.9.7 ElectronBuildId: 26354273 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Windows_NT x64 10.0.22631
Additional Context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Hello @MakotoE,
Thank you for your report.
We're already aware of this issue, but haven't found the time to fix it yet.
Since it can be pretty annoying we will prioritize it, and ship a fix with the next VS Code release (if everything goes according to plan).
Best Regards, Sebastian
Sorry, something went wrong.
No branches or pull requests
Describe the Bug
When I highlight text in a diff, text in both old and new files are selected.
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
Only text in the old file should be highlighted. The VSCode diff does what I expect.
I'm not entirely positive if that is expected, but I don't think the current behavior is useful in any way.
Actual Behavior
Text on both sides of the diff are highlighted.
Screenshots
Source Code
Not relevant as it happens on any file with multiple changes.
SemanticDiff Version
v0.8.8
VS Code Information
Simply click
Help -> About -> Copy
in VS Code and paste the information:Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: