We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02cd34 commit a315bc7Copy full SHA for a315bc7
src/extension.ts
@@ -43,7 +43,6 @@ const documentSelector: DocumentSelector = [
43
];
44
45
export async function activate(context: vscode.ExtensionContext): Promise<IPowerShellExtensionClient> {
46
- // This is the output channel for the PowerShell extension
47
logger = new Logger(context.globalStorageUri);
48
49
telemetryReporter = new TelemetryReporter(TELEMETRY_KEY);
0 commit comments