Mercurial plugin for visual studio code

I am developing a project with React. The IDE I use for React (ES6) is Visual Code, and version control is Mercurial Hg.

(I'm on Windows and I have a problem with Atom, so I use Visual Code).

My problem: I cannot find a plugin for Visual Code to control the original control using Hg.

Does anyone know a plugin and can help me?

+5
source share
1 answer

Visual Studio code was designed for direct integration with Git, so there are currently no resources for Visual Studio code that add Mercurial integration, but many people have already expressed interest in the idea in Visual Studio Code UserVoice.

If you really want this, you can always create a simple plug-in for Visual Studio Code that will add a couple of commands to the editor, which can then be used to help you manage the Mercurial CLI.

+3
source

All Articles