G. Frx
G. Frx

Reputation: 3100

Mercurial plugin for visual studio code

I'm developping a project with React. The IDE I use for React (ES6) is Visual Code and the version control is Mercurial Hg.

(I'm in Windows and I get issue with Atom, that's why I use Visual Code).

My problem is I cannot find a plugin for Visual Code to manage the source control with Hg.

Is anyone know a plugin and can help me ?

Upvotes: 11

Views: 8808

Answers (2)

G. Frx
G. Frx

Reputation: 3100

As @mrcrowl mentionned in his comment, this is the plugin I was loking for

https://marketplace.visualstudio.com/items?itemName=mrcrowl.hg

Upvotes: 5

Brynden
Brynden

Reputation: 37653

Visual Studio Code was designed to be directly integrated with Git, so currently there aren't any resources for Visual Studio Code that add Mercurial integration, however, many people have already expressed their interest in the idea on Visual Studio Code's UserVoice.

If you really want to, you could always create a simple plugin for Visual Studio Code that adds a couple commands to the editor, which could then be used to help you control the Mercurial CLI.

Upvotes: 3

Related Questions