What do you do if Didact tutorials don’t run
Check that the default terminal location is set to view to avoid an issue with tutorials appearing in editor views:
- Go to the Settings (
File->Preferences->Settings) - Navigate to
Features->Terminal. - Check the setting for Integrated: Default Location. It should be set to
view.
What do you do if the registered tutorials no longer work after updating to 0.4.0
Check the version of the Didact extension by looking at the Extensions Activity and checking the Installed extensions. Look for Didact and verify that version 0.4.0 is installed.
- Go to the Settings (
File->Preferences->Settings) and go toExtensions->Didact. - Make sure that
Didact: Auto Add Default Tutorialsis checked. - Open the Command Palette (Ctrl+Shift+P) and type
Didact Clearto select theDidact: Clear Tutorial Registrycommand. Say “yes” when prompted. - Restart the workspace.
What do you do if Didact fails to load or fails to load your tutorial?
Biggest Clue? Check the Output channels
- Look at the
Didact ActivityOutput channel for any clues as to why a particular Didact link has failed to work. We try to log some diagnostic information in the Didact channel. - Look at the
Log (Extension Host)Output channel for any clues as to why the Didact extension has failed to load.
Still have issues? Reach out! Create an issue at github/vscode-didact/issues with steps to reproduce the issue and we’ll see what we can do to help!