Skip to content

Commit 8a3afe8

Browse files
committed
chore: clean up code
1 parent 8233b7f commit 8a3afe8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

vscode/src/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import 'dotenv/config';
22
import * as vscode from 'vscode';
3-
import TelemetryReporter from '@vscode/extension-telemetry';
43
import path from 'path';
54
import { SmellDetector, Smell, SupportedLanguages, supportedLanguages } from 'smelly-detector';
65
import { ComposedSmell, EXTENSION_IDENTIFIER, SmellyConfiguration, warningDecorationType } from './extension.types';

vscode/src/trace/logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { SmellyConfiguration } from "../extension.types";
33

44
export class Logger {
55

6-
private telemetry?: TelemetryReporter | undefined;
6+
private readonly telemetry?: TelemetryReporter | undefined;
77

88
constructor(
99
private configuration: SmellyConfiguration

0 commit comments

Comments
 (0)