Michael Müller

Results 8 issues of Michael Müller

This PR adds [MergeBoard](https://mergeboard.com/) to the list of tools.

## Name of the extension you are adding SemanticDiff ## Why do you think this extension is awesome? The extension makes diffs easier to understand by removing noise such as...

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

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

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

enhancement

**Please react to this issue if you are interested in an extension for Visual Studio 2022 (not VS Code).** It helps us decide which editors/IDEs to support next.

enhancement

Separately on .tsx files, if you add a parent div which causes indentation changes inside the jsx, the diff will detect the added spaces as changes. It isn't something that...