MCPcopy Create free account
hub / github.com/Borvik/vscode-postgres / redoLastStep

Method redoLastStep

src/common/multiStepInput.ts:86–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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[] = [];

Callers 1

setDatabaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected