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

Rename content provider to match extension name

上级 83fd45c4
......@@ -8,7 +8,7 @@ import * as interfaces from './interfaces';
export default class MergeConflictContentProvider implements vscode.TextDocumentContentProvider, vscode.Disposable {
static scheme = 'git.merge.conflict-diff';
static scheme = 'merge-conflict.conflict-diff';
constructor(private context: vscode.ExtensionContext) {
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册