semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

Welcome page "Preview your app locally" takes me to wrong README

Open pierceboggan opened this issue 2 years ago • 1 comments

Describe the bug Clicking "Run local preview (F5)" button on welcome page opens README from Teams Toolkit extension

image image

To Reproduce Steps to reproduce the behavior:

  1. Install Semantic Kernel extension in VS Code.
  2. On extension welcome page, click "Run local preview (F5)"

Expected behavior Instructions on debugging Semantic Kernel app locally show.

Instead, Teams Toolkit README shows.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows
  • IDE: VS Code

pierceboggan avatar May 23 '23 19:05 pierceboggan

Hi @pierceboggan the command being triggered will attempt to load the README from the current workspace, it is assuming you have created one of the SK starters and that is in your current workspace.

Is the README you are seeing from the current workspace?

The description of this step needs to be improved, we will work on improving this.

markwallace-microsoft avatar May 23 '23 21:05 markwallace-microsoft

This is fixed in the latest VS Code extensions

markwallace-microsoft avatar Oct 09 '23 11:10 markwallace-microsoft