Closed partounian closed 1 year ago
Thanks for reporting this issue.
The problem is not the lack of go or tsx support, but the limitation that SemanticDiff is only available when a diff view has already been opened in VS Code.
If you want to compare the current and incoming changes, you can do that by clicking "Compare Changes" (see screenshot). Afterwards, you can open SemanticDiff by clicking on the button in the top navigation bar or pressing Cmd-Shift-P and selecting "Switch to SemanticDiff".
Note that there is currently no support for resolving merge conflicts directly within SemanticDiff. In its current version, it is mainly for viewing diffs. So you would have to take the information and then go back to the editor to do the actual changes. We're aware that this is less than ideal and might add support for merge conflict resolution tools in a future version.
Describe the Bug Hitting Cmd-Shift-P to search enable/switch to SemanticDiff in my go or tsx files through the error "This type of diff is not supported by SemanticDiff." (currently trying to resolve a merge conflict in my git repo)
To Reproduce Steps to reproduce the behavior:
Expected Behavior
Actual Behavior
Screenshots
Source Code
SemanticDiff Version v0.8.4
VS Code Information
Additional Context Add any other context about the problem here.