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
The error message is unrelated to the used programming language or file extension. When the SemanticDiff command is invoked, the extension tries to find the currently active editor tab and checks if it belongs to the VS Code diff viewer. If the extension cannot find the diff viewer, this error message is displayed.
My guess: Are you trying to use SemanticDiff with the merge view instead? We don't support 3-way comparison / merging yet.
I think we need some more information to narrow this down:
Does it work if you manually invoke the command when the diff view is open (press CTRL + SHIFT + P, search for "Switch to SemanticDiff" and press enter)?
What version of VS Code do you use (just copy the information in Help -> About)?
Do you have any other extensions installed that are related to this file format or diffs in general?
Using semanticdiff with file "myfile.json" works correctly, but with "my.file.json" I get an error message:
"This type of diff is not supported by SemanticDiff."
The text was updated successfully, but these errors were encountered: