You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current quickpick flow for building/creation/packaging etc. kinda strings the various quickpicks together, meaning it can be cancelled accidentally at any time (this can be overridden by setting isCancellable to false iirc). It seems to be possible to build a MultiStepInput that creates a better UX for theses flows.
The current quickpick flow for building/creation/packaging etc. kinda strings the various quickpicks together, meaning it can be cancelled accidentally at any time (this can be overridden by setting isCancellable to false iirc). It seems to be possible to build a MultiStepInput that creates a better UX for theses flows.
References,
https://github.com/Microsoft/vscode-extension-samples/blob/master/quickinput-sample/src/multiStepInput.ts
microsoft/vscode#49340
The text was updated successfully, but these errors were encountered: