Skip to content

Commit

Permalink
Removed NODE_TLS_REJECT_UNAUTHORIZED hack (DH-18086)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Jan 21, 2025
1 parent c8db2fc commit c62aaa1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import * as vscode from 'vscode';
import { ExtensionController } from './controllers';
import { ConfigService } from './services';

process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';

export function activate(context: vscode.ExtensionContext): void {
const controller = new ExtensionController(context, ConfigService);

Expand Down

0 comments on commit c62aaa1

Please sign in to comment.