Skip to content

Commit

Permalink
docs(vsCode): troubleshooting steps
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-bratanov committed Aug 5, 2020
1 parent dbd971e commit fca0c1e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions getting-started/vs-code-integration/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,10 @@ To create a Telerik-enabled Blazor project:
1. You now have a Blazor SPA app running!


## Troubleshooting

If the extension does not work right (missing pages, does not start, etc.), you can try the following to clean up cache files and get it working again:

1. Uninstall the extension from VS Code.
2. Go to `%localappdata%` and delete the `BlazorT` and `KendoT` folders - they are where caches for the Telerik extensions are kept.
3. [Install](https://marketplace.visualstudio.com/items?itemName=TelerikInc.blazortemplatewizard) the extension again.

0 comments on commit fca0c1e

Please sign in to comment.