trailheadapps / lwc-recipes

A collection of easy-to-digest code examples for Lightning Web Components on Salesforce Platform

Home Page:https://developer.salesforce.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Tour doesn't run

benji1304 opened this issue · comments

Summary

I've got the Code Tour extension installed but re-opening the LWC rep or command palette > Open Tour doesnt get it to start.

I see it in the Explorer tab but it just doesn't do anything?

image

Salesforce Org Type

Trailhead Playground

Steps To Reproduce

  1. Follow instructions to clone lwc-recipes locally
  2. Install Code Tour extension
  3. Restart VS Code
  4. Reopen local repo

Current Behavior

No code tour runs

Expected Behavior

Code tour runs

Relevant Log Output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Welcome! 👋

Thank you for posting this issue. 🙇🏼‍♂️ We will come back to you latest within the next 48h (working days). Stay tuned!

Hi @benji1304,
You can click the triangle next to Welcome to LWC Recipes in the CODE TOUR tab. It launches the tour and you can click the next button to navigate through the tour. It is working as expected
codeTour
.

Thanks @satyasekharcvb, unfortunately I'm not seeing that triangle play button on my code tour tab

image

Hi @benji1304,
Can you try clicking the up arrow and down arrow on the right in your screenshot and see if it navigates? Also, check if you can run the CodeTour: Start Tour command from the command palette. If not, please uninstall the code tour and reinstall it. Also, make sure you run Developer: Reload Window from the command palette after uninstalling and reinstalling.

The up and down arrows move the items around in the list
image

I don't have the option of Start Tour
image

If I click Resume Tour nothing happens.

I can see Code Tour in the Extension Host log
[2022-08-03 20:38:46.520] [exthost] [info] ExtensionService#_doActivateExtension vsls-contrib.codetour, startup: true, activationEvent: '*'

I can try logging this into https://github.com/microsoft/codetour too

Closing this as the issue is with the plugin. Please let us know if you still face the problem.