We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb9566 commit c42274cCopy full SHA for c42274c
src/integrations/terminal/Terminal.ts
@@ -6,7 +6,7 @@ import { BaseTerminal } from "./BaseTerminal"
6
import { TerminalProcess } from "./TerminalProcess"
7
import { ShellIntegrationManager } from "./ShellIntegrationManager"
8
import { mergePromise } from "./mergePromise"
9
-import { getWorkspacePath } from "../../utils/path"
+import { getWorkspacePath } from "../../utils/path" // kilocode_change
10
11
export class Terminal extends BaseTerminal {
12
public terminal: vscode.Terminal
0 commit comments