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

Function shouldResume

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

Source from the content-addressed store, hash-verified

104 }
105
106 function shouldResume() {
107 // Could show a notification with the option to resume.
108 return new Promise<boolean>((_resolve, _reject) => {
109 // noop
110 });
111 }
112
113 async function validateNameIsUnique(name: string) {
114 // ...validate...

Callers 2

showQuickPickMethod · 0.85
showInputBoxMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected