mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
fix 153492 (#153667)
* 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:
@@ -586,7 +586,8 @@
|
||||
{
|
||||
"command": "git.acceptMerge",
|
||||
"title": "%command.git.acceptMerge%",
|
||||
"category": "Git"
|
||||
"category": "Git",
|
||||
"enablement": "isMergeEditor"
|
||||
}
|
||||
],
|
||||
"keybindings": [
|
||||
|
||||
Reference in New Issue
Block a user