devchat-ai / devchat

Automate your dev tasks with AI-powered scripts, from your IDE's chat panel.
https://www.devchat.ai
Apache License 2.0
340 stars 39 forks source link

Devchat fails to render in VSCode without prior installation #347

Closed yangbobo2021 closed 4 months ago

yangbobo2021 commented 4 months ago

When launching devchat in VSCode on a machine where devchat has never been installed, the web page fails to render properly. The issue appears to be related to the absence of provider information at this point, which when accessed in the code, triggers an exception and disrupts the normal execution flow. This problem needs addressing to ensure smooth initialization and rendering of devchat in VSCode, especially for first-time users.