Fix imports

This commit is contained in:
Saoud Rizwan
2024-09-24 12:05:54 -04:00
parent 7a2f1baef9
commit 05389b7dd5
9 changed files with 26 additions and 22 deletions

View File

@@ -2,7 +2,7 @@ import { EventEmitter } from "events"
import pWaitFor from "p-wait-for"
import stripAnsi from "strip-ansi"
import * as vscode from "vscode"
import { arePathsEqual } from "../utils/path-helpers"
import { arePathsEqual } from "../../utils/path"
/*
TerminalManager: