Skip to content

Commit

Permalink
support merge code lens for vscode-userdata
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Sep 20, 2019
1 parent c04457c commit 81ec777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/merge-conflict/src/codelensProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export default class MergeConflictCodeLensProvider implements vscode.CodeLensPro
this.codeLensRegistrationHandle = vscode.languages.registerCodeLensProvider([
{ scheme: 'file' },
{ scheme: 'untitled' },
{ scheme: 'vscode-userdata' },
], this);
}
}

0 comments on commit 81ec777

Please sign in to comment.