CommandDash / commanddash

AI assist to integrate APIs and SDKs without reading docs.

Home Page:https://commanddash.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dash Panel Keeps Loading

samyakkkk opened this issue · comments

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)

I'm ready take this up 😇

assigned @yahu1031. 👍

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

Closing the issue :) cheers.