Search.exclude workspace setting is ignored

the search.exclude setting, in our workspace, is ignored. I have tested with all extensions disabled. Note that it does work in VSCode. Version details below.

Cursor Version:

Version: 0.42.2
VSCode Version: 1.93.1
Commit: c499aee5f16e67815c7dc795ff338dc8ab3e07f0
Date: 2024-10-12T05:39:54.471Z (3 days ago)
Electron: 30.4.0
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0
OS: Darwin arm64 24.0.0

VS Code Version:

Version: 1.94.2
Commit: 384ff7382de624fb94dbaf6da11977bba1ecd427
Date: 2024-10-09T16:08:44.566Z (5 days ago)
Electron: 30.5.1
ElectronBuildId: 10262041
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Darwin arm64 24.0.0

Hi @will

Can you show the exclusion settings? I just checked, and these settings excluded everything from the search:

  "search.exclude": {
    "**/*": true
  }