Browse Source

Enables native git ops (fetch, push, pull) by default

main
Ramin Tadayon 1 year ago
parent
commit
77fd1c9717
No known key found for this signature in database GPG Key ID: 79D60DDE3DFB95F5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

@ -3896,7 +3896,7 @@
"boolean",
"null"
],
"default": null,
"default": true,
"markdownDescription": "(Experimental) Specifies whether to use Git directly for fetch/push/pull operation instead of relying on VS Code's built-in Git implementation",
"scope": "window",
"order": 120

Loading…
Cancel
Save