()
| 84 | } |
| 85 | |
| 86 | redoLastStep() { |
| 87 | // const input = window.createInputBox(); |
| 88 | // if (this.current) { |
| 89 | // this.current.dispose(); |
| 90 | // } |
| 91 | // this.current = input; |
| 92 | throw InputFlowAction.Back; |
| 93 | } |
| 94 | |
| 95 | async showInputBox<P extends InputBoxParameters>({title, step, totalSteps, value, prompt, placeholder, ignoreFocusOut, password, validate, convert, buttons, shouldResume}: P) { |
| 96 | const disposables: Disposable[] = []; |