https://code.visualstudio.com/api/references/contribution-points#contributes.walkthroughs
https://github.com/microsoft/vscode-extension-samples/tree/main/getting-started-sample
this should replace the auto-opened user guide on first startup and instead show a button in the tutorial how to open it.
Idea based on C++ extension:
- (x) Install D Compiler (command to check installed compiler - link to https://dlang.org/download.html if none installed, setup user settings for compiler)
- (x) Show common user settings (dunno which yet)
- (x) Debug a project
- (x) Open user guide for detailed tutorials (command to open user guide)
https://code.visualstudio.com/api/references/contribution-points#contributes.walkthroughs
https://github.com/microsoft/vscode-extension-samples/tree/main/getting-started-sample
this should replace the auto-opened user guide on first startup and instead show a button in the tutorial how to open it.
Idea based on C++ extension: