Troubleshooting
Troubleshooting
Common Issues
Extension not loading: Check the VSCode Developer Tools (Help > Toggle Developer Tools) for errors
Webview not updating: Try reloading the window (Developer: Reload Window)
Build errors: Make sure all dependencies are installed with
pnpm install
Debugging Tips
Use
console.log()
statements in your code for debuggingCheck 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")