We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a148e1a commit 099047aCopy full SHA for 099047a
1 file changed
idacode/src/extension.ts
@@ -2,7 +2,6 @@ import * as vscode from 'vscode';
2
import * as path from 'path';
3
import * as WebSocket from 'ws';
4
import { Event } from './utils/events';
5
-import './utils/extensions';
6
7
var socket: WebSocket;
8
0 commit comments