* enable "accept merge" for merge editor only
* close merge editor before staging file, only stage file when editor has been closed

fixes https://github.com/microsoft/vscode/issues/153492
This commit is contained in:
Johannes Rieken
2022-06-29 14:08:09 +02:00
committed by GitHub
parent 39e59f970a
commit bd24f72d42
2 changed files with 10 additions and 3 deletions

View File

@@ -586,7 +586,8 @@
{
"command": "git.acceptMerge",
"title": "%command.git.acceptMerge%",
"category": "Git"
"category": "Git",
"enablement": "isMergeEditor"
}
],
"keybindings": [