Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 ?

like image 953
Frix G Avatar asked Jun 03 '16 13:06

Frix G


1 Answers

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.

like image 88
Brynden Bielefeld Avatar answered Nov 16 '22 03:11

Brynden Bielefeld