I’ve got a VSCode workspace with multiple folders for a monorepo, like:
{
"folders": [
{
"name": "ROOT",
"path": ".."
},
{
"name": "✨ Next",
"path": "../apps/next"
},
{
"name": "💹 GraphQL",
"path": "../apps/graphql-api"
},
}
Whenever the Composer agent tries to do a semantic search, it either gets no results or results from folders that are in ROOT, but not in the other two paths.
It has fully indexed the workspace, and I’ve resynced the index a few times to no avail. When I try this just from within a single folder, it works just fine.
Version information:
Version: 0.44.11
VSCode Version: 1.93.1
Commit: fe574d0820377383143b2ea26aa6ae28b3425220
Date: 2025-01-03T07:59:06.361Z
Electron: 30.5.1
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Darwin arm64 24.2.0