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
Creating Configurations requires multiple user inputs. Currently they are collected using individual prompts. The vs code API allows to create proper multi-step inputs using QuickInputs.
We want to support the following features:
allow going back and forth between steps.
when specifying paths, the UI should provide suggestions based on the current input
when specifying paths the UI should show an option to create directories/files
we should properly recognize if the user aborted (e.g. pressed ESC) or continued without providing input.
Since this can be done without understanding much of the rest of the code, I updated the description and added the good first issue tag. Maybe someone from the open source community wants to help out 😄
Creating Configurations requires multiple user inputs. Currently they are collected using individual prompts. The vs code API allows to create proper multi-step inputs using QuickInputs.
We want to support the following features:
Example of a pretty UI:
https://github.com/microsoft/vscode-extension-samples/blob/main/quickinput-sample/preview.gif
The text was updated successfully, but these errors were encountered: