Creates and displays a Webview panel that shows a side-by-side comparison of a correct and incorrect code snippet, along with an explanation.
This is used to help users understand suggested improvements or corrections by providing a visual, interactive comparison inside VS Code.
The correct or suggested version of the code.
The original, incorrect version of the code.
A textual explanation describing the correction.
Creates and displays a Webview panel that shows a side-by-side comparison of a correct and incorrect code snippet, along with an explanation.
This is used to help users understand suggested improvements or corrections by providing a visual, interactive comparison inside VS Code.