Troubleshooting

Troubleshooting

Common Issues

  1. Extension not loading: Check the VSCode Developer Tools (Help > Toggle Developer Tools) for errors

  2. Webview not updating: Try reloading the window (Developer: Reload Window)

  3. Build errors: Make sure all dependencies are installed with pnpm install

Debugging Tips

  • Use console.log() statements in your code for debugging

  • Check the Output panel in VSCode (View > Output) and select "OpenAnalyst" from the dropdown

  • For webview issues, use the browser developer tools in the webview (right-click > "Inspect Element")