From 69ad4db05c10d31b48ef4a7947d25647a6c59a6e Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 18 Oct 2023 15:58:21 -0400 Subject: [PATCH] Enables allowMultipleInstances by default --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 42aa4ac..7552179 100644 --- a/package.json +++ b/package.json @@ -2679,7 +2679,7 @@ }, "gitlens.graph.experimental.allowMultipleInstances": { "type": "boolean", - "default": false, + "default": true, "markdownDescription": "Specifies whether to allow opening multiple instances of the _Commit Graph_ in the editor area", "scope": "window", "order": 110 @@ -2693,7 +2693,7 @@ "properties": { "gitlens.focus.experimental.allowMultipleInstances": { "type": "boolean", - "default": false, + "default": true, "markdownDescription": "Specifies whether to allow opening multiple instances of the _Focus View_", "scope": "window", "order": 10 @@ -2707,7 +2707,7 @@ "properties": { "gitlens.visualHistory.experimental.allowMultipleInstances": { "type": "boolean", - "default": false, + "default": true, "markdownDescription": "Specifies whether to allow opening multiple instances of the _Visual File History_ in the editor area", "scope": "window", "order": 10