mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-14 17:25:28 -05:00
Removes default export
This commit is contained in:
@@ -30,7 +30,7 @@ export class GitAuthorsCodeLens extends CodeLens {
|
||||
}
|
||||
}
|
||||
|
||||
export default class GitCodeLensProvider implements CodeLensProvider {
|
||||
export class GitCodeLensProvider implements CodeLensProvider {
|
||||
|
||||
private _onDidChangeCodeLensesEmitter = new EventEmitter<void>();
|
||||
public get onDidChangeCodeLenses(): Event<void> {
|
||||
|
||||
Reference in New Issue
Block a user