SemanticDiff icon indicating copy to clipboard operation
SemanticDiff copied to clipboard

Community support for SemanticDiff, the programming language aware diff for Visual Studio Code and GitHub.

Results 41 SemanticDiff issues
Sort by recently updated
recently updated
newest added

SemanticDiff fails to generate a color palette for certain themes. This leads to an exception during the initialization of the webview and renders SemanticDiff unusable. The problem can be identified...

bug
vscode

**Describe the Bug** The theme colour `icon.foreground` is not respected by the editor action icon. **To Reproduce** Steps to reproduce the behavior: 1. Apply the following example to settings.json ```json...

bug
vscode

When I enable SemanticDiff for a Python file , all code coloring is lost no matter the color theme I use. When I disable, all colors are back. I have...

bug
vscode

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."

bug
vscode

**Is your feature request related to a problem? Please describe.** I wanted to add semanticdiff as my default diff viewer in VS code and then use the Github PR and...

enhancement
vscode

The Diff viewer works fine, but does not allow to edit text or move text segments from one file to the other in the diff viewer. A behaviour such is...

enhancement
vscode

As the title implies, this issue is about adding support for the Dockerfile format in SemanticDiff.

enhancement

SemanticDiff doesn't indicate any changes in JavaScript/TypeScript/TSX if the only difference is an [automatically inserted semicolon](https://262.ecma-international.org/5.1/#sec-7.9). ```javascript return 1 ``` vs. ```javascript return 1 ``` The second example is parsed...

bug

**Is your feature request related to a problem? Please describe.** We work with terraform and it would be great if your tool would support merging terraform code as well. Terraform...

enhancement
github

As the title implies, this issue is about adding support for the Vue SFC format in SemanticDiff.

enhancement