-
Notifications
You must be signed in to change notification settings - Fork 510
Walkthrough's for PowerShell #3647
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This would be awesome 😁 |
Also I love the suggestions and links here, but linking this earlier ask for the same feature: #3414 |
Links to the documentation either on the vscode website or PowerShell Docs would also be great. |
@andschwa This is taken now, right? Should the survey URL mentioned in Community Call be available here or is it closed already? 🙂 |
Going to resolve this as a duplicate of #4080! Thanks for the idea Tyler. |
Prerequisites
Summary
VS Code has a contribution point of Walkthroughs that appear in the Getting Started/Welcome view when the user opens vscode:

When you click on one, you get this:

I remember wanting to build this myself before this feature existed.
This would be a fantastic place to configure those polarizing options like:
powershell.integratedConsole.showOnStartup
) I'd love this one!Proposed Design
Here are the docs on this:
https://code.visualstudio.com/api/references/contribution-points#contributes.walkthroughs
Shouldn't be too much work to add the contribution and some small code that actually changes these things (just commands).
Here's a sample extension:
https://github.com/microsoft/vscode-extension-samples/tree/main/getting-started-sample
cc @JacksonKearl
The text was updated successfully, but these errors were encountered: