diff --git a/src/main.ts b/src/main.ts index 8ce64dcf..54c58ed5 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,9 +1,9 @@ -import { spawn, type ChildProcess } from "child_process"; +import { type ChildProcess, spawn } from "child_process"; import { createRequire } from "module"; -import { connect, type Socket } from "net"; +import { type Socket, connect } from "net"; import { dirname, isAbsolute } from "path"; -import type * as resolve from "resolve"; import { promisify } from "util"; +import type * as resolve from "resolve"; import { ExtensionContext, OutputChannel,