Remove GIT integration from VSCode

Open settings.json file and write below code ==>


    // Whether git is enabled.
"git.enabled"false,
    // Path and filename of the git executable, e.g. `C:\Program Files\Git\bin\git.exe` (Windows).
"git.path"null,

// When enabled, commits will automatically be fetched from the default remote of the current Git repository.
"git.autofetch"false,

Comments

Popular posts from this blog

datatable with both top and bottom scroll bar.

Display Loader and disable page while waiting for ajax request

Invalid bean property or is not readable to loading Jsp page