From b488c8f60af1b5760020b636616cd16e247d46a2 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Mon, 8 Aug 2022 21:41:06 +0200 Subject: [PATCH] Fix: typo in shortcut --- settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/settings.json b/settings.json index 288995d..420f691 100644 --- a/settings.json +++ b/settings.json @@ -75,7 +75,7 @@ "commands": ["workbench.action.quickOpen"] }, { - "before": ["", "g", "g"], + "before": ["", "g", "a"], "commands": ["workbench.action.showAllSymbols"] }, { @@ -240,5 +240,6 @@ }, "emmet.includeLanguages": { "erb": "html" - } + }, + "githubPullRequests.pullBranch": "never" }