MCPcopy Create free account
hub / github.com/microsoft/vscode-extension-samples / collectInputs

Function collectInputs

quickinput-sample/src/multiStepInput.ts:37–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 async function collectInputs() {
38 const state = {} as Partial<State>;
39 await MultiStepInput.run(input => pickResourceGroup(input, state));
40 return state as State;
41 }
42
43 const title = 'Create Application Service';
44

Callers 1

multiStepInputFunction · 0.85

Calls 2

pickResourceGroupFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected