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" }