Skip to content

Commit 7bad7aa

Browse files
committed
Hide setContinuationPrompt on interface
1 parent 5dde2fb commit 7bad7aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/vs/platform/terminal/common/capabilities/commandDetection/promptInputModel.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ export interface IPromptInputModel {
2626

2727
readonly value: string;
2828
readonly cursorIndex: number;
29-
30-
setContinuationPrompt(value: string): void;
3129
}
3230

3331
export class PromptInputModel extends Disposable implements IPromptInputModel {

0 commit comments

Comments
 (0)