Skip to content

Commit 099047a

Browse files
committed
Remove unused import
1 parent a148e1a commit 099047a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

idacode/src/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import * as vscode from 'vscode';
22
import * as path from 'path';
33
import * as WebSocket from 'ws';
44
import { Event } from './utils/events';
5-
import './utils/extensions';
65

76
var socket: WebSocket;
87

0 commit comments

Comments
 (0)