'VSCode Source Control API: Merge Conflict View

I was looking at the API Docs for VSCode and noticed you can access the Quick Diff View, via the API. I was wondering is it possible to also access the Merge Conflict View, without their being any merge conflicts, i.e. accessing the view unrelated to git.

For a bit more context on the problem I am trying solve. I am looking at perhaps creating a similar to extension to what PyCharm offers with its history view. Where you can easily edit the current file, rather than just compare the current file with a previous file.

Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source