Skip to content

Commit c42274c

Browse files
hassoncschrarnoldus
andcommitted
Update src/integrations/terminal/Terminal.ts
Co-authored-by: Christiaan Arnoldus <[email protected]>
1 parent 0cb9566 commit c42274c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrations/terminal/Terminal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { BaseTerminal } from "./BaseTerminal"
66
import { TerminalProcess } from "./TerminalProcess"
77
import { ShellIntegrationManager } from "./ShellIntegrationManager"
88
import { mergePromise } from "./mergePromise"
9-
import { getWorkspacePath } from "../../utils/path"
9+
import { getWorkspacePath } from "../../utils/path" // kilocode_change
1010

1111
export class Terminal extends BaseTerminal {
1212
public terminal: vscode.Terminal

0 commit comments

Comments
 (0)