Skip to content

Commit

Permalink
chore: sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiefORZ committed Jan 24, 2024
1 parent e96de91 commit a190f86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit a190f86

Please sign in to comment.