Skip to content
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

Add walkthrough to extension #151

Open
datajoely opened this issue Nov 11, 2024 · 1 comment
Open

Add walkthrough to extension #151

datajoely opened this issue Nov 11, 2024 · 1 comment

Comments

@datajoely
Copy link

I opened a blank VS Code window for the first time in a while and the various extensions I'm using all have "Walkthroughs" as prompts ready to go:

image

This corresponds to a longer list of activities available to the user:

image

It then converts to a check list of things the user can do:

image

A template walkthrough can be found here:

https://code.visualstudio.com/api/references/contribution-points#contributes.walkthroughs

@noklam
Copy link
Contributor

noklam commented Nov 11, 2024

In terms of implementation, it shouldn't be too difficult. The additional thing we need is to generate an example project and open VSCode from there (or wait until we have better way to configure project path without having it at the root level).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants