How do I enable version control in VisualCode?

1

I'm having difficulty using VisualCode version control, all the changes I make on the system are not going to version control, my question is if I need to install a specific extension for this to work?

    
asked by anonymous 31.07.2018 / 04:18

3 answers

0

Install the Power Shell plugin and be sure to 'sync' after the commit so that it appears in the web application. Restart the VS Code for the plugin to be installed.

    
31.07.2018 / 10:43
0

VS Code uses the OS folder system, and for Git integration to work you need to open the folder containing your code, using the root folder as the Git repository, ie the folder it contains, folder / hidden directory: .git

You can do this from the File menu.

    
01.08.2018 / 04:47
0

The best video setup I've seen so far. VSCode Configuration with GIT and Visual Studio Team Services .

This link will help you immense in configuration. Follow all the steps.

    
12.09.2018 / 15:43