mirror of
https://gitlab.com/aviortheking/code-stats-vscode.git
synced 2025-08-11 02:31:58 +00:00
About done
This commit is contained in:
committed by
Juha Ristolainen
parent
ac74701866
commit
ed2b511762
@@ -6,8 +6,6 @@ import {
|
||||
Uri,
|
||||
ViewColumn,
|
||||
commands,
|
||||
Event,
|
||||
CancellationToken,
|
||||
StatusBarItem,
|
||||
TextDocument,
|
||||
StatusBarAlignment,
|
||||
@@ -18,7 +16,7 @@ import {
|
||||
} from "vscode";
|
||||
import { Pulse } from "./pulse";
|
||||
import { CodeStatsAPI } from "./code-stats-api";
|
||||
import { ProfileHtmlProvider } from "./profileHtmlProvider";
|
||||
import { ProfileProvider } from "./profile-provider";
|
||||
|
||||
export class XpCounter {
|
||||
private combinedDisposable: Disposable;
|
||||
@@ -53,7 +51,7 @@ export class XpCounter {
|
||||
this.statusBarItem.command = "code-stats.profile";
|
||||
}
|
||||
|
||||
let provider = new ProfileHtmlProvider(context, this.api);
|
||||
let provider = new ProfileProvider(context, this.api);
|
||||
|
||||
let registration = workspace.registerTextDocumentContentProvider('code-stats', provider);
|
||||
|
||||
|
Reference in New Issue
Block a user