Welcome page "Preview your app locally" takes me to wrong README
Describe the bug Clicking "Run local preview (F5)" button on welcome page opens README from Teams Toolkit extension
To Reproduce Steps to reproduce the behavior:
- Install Semantic Kernel extension in VS Code.
- 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
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.
This is fixed in the latest VS Code extensions