Last active
February 16, 2022 14:54
-
-
Save ciamac-da/ad33936dce1e37b0af25a5904d2eb80b to your computer and use it in GitHub Desktop.
This is how to enable git source control for vscode v11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0- Open vscode | |
1- click on setting symbol and open settings | |
2- search for settings.json file and then open it | |
3- You have to add two commands to json file | |
"git.enabled": true, | |
"git.path": "/usr/bin/git" | |
*Note: You can type which git to find the correct git path! | |
4- Save the file and restart your vscode! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment