How to activate version control in Visualcode?

Asked

Viewed 843 times

2

I’m having difficulties in using Visualcode version control, all the changes I make in the system are not going to version control, my question is if I need to install a specific extension for it to work ?

Segue imagem de exemplo em meu VsCode

  • Do you have Git on the machine? It’s telling commits? And it’s giving push?

  • Yes, everything normal, but no change I make is appearing there

  • @Mikeotharan of a look here.

  • The best video setup I’ve seen so far. Vscode Configuration with Visual Studio GIT and Team Services. This link will help you greatly in setting up. Follow all the steps.

2 answers

1


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

You can do this from the File menu.

0

Install the Power Shell plugin and don’t forget to 'sync' after the commit in order to appear in the web application. Restart VS Code to get the plugin installed.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.