From 77fd1c9717104c5f7dcdefd3920682afe2dd8aa8 Mon Sep 17 00:00:00 2001 From: Ramin Tadayon Date: Tue, 26 Sep 2023 14:22:43 -0700 Subject: [PATCH] Enables native git ops (fetch, push, pull) by default --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 03e3ee8..9c8411d 100644 --- a/package.json +++ b/package.json @@ -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