CommandDash / commanddash

AI assist to integrate APIs and SDKs without reading docs.
https://commanddash.io
Apache License 2.0
230 stars 45 forks source link

Dash Panel Keeps Loading #224

Closed samyakkkk closed 4 months ago

samyakkkk commented 4 months ago

What version are you using?

v0.2.10

What happened?

Disable the extension and open any workspace and enable the extension. Now go to the Dash Panel. It will keep loading.

The same error has also been reported by Barış KAÇİN in the marketplace review:

sometimes that window is not working its like loads stuff on background

We need to figure all cases where the issue is reproducible and push the correct fix.

@wadhia-yash could be reached here or in slack for any questions.

Steps to reproduce

1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
...

Supporting info to reproduce

No response

Relevant log output

2024-02-23 10:38:51.609 [info] ExtensionService#_doActivateExtension WelltestedAI.fluttergpt, startup: false, activationEvent: 'onLanguage:dart'
2024-02-23 10:38:51.912 [error] Activating extension WelltestedAI.fluttergpt failed due to an error:
2024-02-23 10:38:51.912 [error] TypeError: Cannot read properties of undefined (reading 'analyzer')
    at activate (/Users/mr.minnu/.cursor-nightly/extensions/welltestedai.fluttergpt-0.2.10/out/extension.js:55:50)
    at u.n (/Applications/Cursor Nightly.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:141:6342)
    at u.m (/Applications/Cursor Nightly.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:141:6305)
yahu1031 commented 4 months ago

I'm ready take this up 😇

samyakkkk commented 4 months ago

assigned @yahu1031. 👍

yahu1031 commented 4 months ago

This happened because Dart-Code stopped exposing _privateApi for the Dart extension. This led to the failure to call the LSP analyzer. The latest version, v3.83.20240225 has been published to support this issue as a temporary fix. Hoping this can be closed a completed. CC: @samyakkkk @KevalPrajapati

samyakkkk commented 4 months ago

Closing the issue :) cheers.