We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5ea7f commit 826a510Copy full SHA for 826a510
src/extension.ts
@@ -47,7 +47,6 @@ const documentSelector: DocumentSelector = [
47
];
48
49
export async function activate(context: vscode.ExtensionContext): Promise<IPowerShellExtensionClient> {
50
- // This is the output channel for the PowerShell extension
51
logger = new Logger(context.globalStorageUri);
52
53
telemetryReporter = new TelemetryReporter(TELEMETRY_KEY);
0 commit comments