提交 4dcf1566 编写于 作者: P Phil Price

Update compare command

上级 76b6b177
......@@ -66,7 +66,7 @@ export default class MergeConflictCodeLensProvider implements vscode.CodeLensPro
};
let diffCommand: vscode.Command = {
command: 'git.merge.compare',
command: 'merge-conflict.compare',
title: localize('compareChanges', 'Compare changes'),
arguments: [conflict]
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册