We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42bd37f commit fd9850fCopy full SHA for fd9850f
src/core/webview/ClineProvider.ts
@@ -1347,11 +1347,10 @@ export class ClineProvider
1347
const cwd = this.cwd
1348
1349
// Only fetch marketplace data if the feature is enabled
1350
- const currentExperiments = await this.getState().then((state) => state.experiments)
1351
let marketplaceItems: any[] = []
1352
let marketplaceInstalledMetadata: any = { project: {}, global: {} }
1353
1354
- if (currentExperiments.marketplace) {
+ if (experiments.marketplace) {
1355
marketplaceItems = (await this.marketplaceManager.getCurrentItems()) || []
1356
marketplaceInstalledMetadata = await this.marketplaceManager.getInstallationMetadata()
1357
}
0 commit comments