提交 a8fe17a8 编写于 作者: P Phil Price

Update codelens peer command names

上级 e9bb38e8
......@@ -46,19 +46,19 @@ export default class MergeConflictCodeLensProvider implements vscode.CodeLensPro
conflicts.forEach(conflict => {
let acceptCurrentCommand: vscode.Command = {
command: 'git.merge.accept.current',
command: 'merge-conflict.accept.current',
title: `Accept current change`,
arguments: ['known-conflict', conflict]
};
let acceptIncomingCommand: vscode.Command = {
command: 'git.merge.accept.incoming',
command: 'merge-conflict.accept.incoming',
title: `Accept incoming change`,
arguments: ['known-conflict', conflict]
};
let acceptBothCommand: vscode.Command = {
command: 'git.merge.accept.both',
command: 'merge-conflict.accept.both',
title: `Accept both changes`,
arguments: ['known-conflict', conflict]
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册