Skip to content

Commit

Permalink
clear unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Jun 20, 2023
1 parent ce5d7cd commit 7fda414
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/debugger/base/DebugSession.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { LoggingDebugSession, Event, OutputEvent } from "vscode-debugadapter";
import { DebugProtocol } from "vscode-debugprotocol";
import * as net from "net";

export abstract class DebugSession extends LoggingDebugSession {
constructor() {
Expand Down

0 comments on commit 7fda414

Please sign in to comment.