Skip to content

Commit 8700566

Browse files
committed
fix: unused variable
1 parent c61ebf7 commit 8700566

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vscode/src/extension.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { Logger } from './trace/logger';
88
import { setupConfiguration } from './configuration';
99

1010
let logger: Logger;
11-
let reporter: TelemetryReporter;
1211
let currentDecoration: vscode.TextEditorDecorationType = warningDecorationType;
1312
let ranges: ComposedSmell[] = [];
1413
let hovers: vscode.Disposable[] = [];
@@ -50,7 +49,6 @@ export function activate(context: vscode.ExtensionContext) {
5049
vscode.commands.registerCommand(smellyCommandSignature, () => {
5150
generateHighlighting(context);
5251
}));
53-
context.subscriptions.push(reporter);
5452

5553
smellyStatusBar = vscode.window.createStatusBarItem(vscode.StatusBarAlignment.Left, 100);
5654
smellyStatusBar.command = smellyCommandSignature;

0 commit comments

Comments
 (0)