IDE settings

Indexing, appearance, CodeLens, and privacy toggles in the extension.

Worth setting early

SettingWhy
Exclude globsSlow indexing or wrong file counts usually start here
Max file sizeSkip generated bundles and vendored code
Auto re-indexOn by default; interval is adjustable
PrivacyEvery optional network feature, individually

VS Code setting

SettingDefaultEffect
prism.codeLens.enabledfalseBlast Radius, Ownership and Map lenses above the first line

Everything else lives in Prism's Settings screen.

Indexing

SettingDefaultNotes
Exclude globsBuiltin + .gitignore + .prismignoreNewline-separated gitignore syntax
Max file size1 MBOptions from 256 KB to no limit
Auto re-indexOnAs files change
Auto re-index interval15 minutes5 minutes to 6 hours

Appearance

Theme, density, fonts — presentation only; nothing here changes analysis.

Privacy

Every optional network capability, individually. Off by default. See consent and privacy.

Repository-bound settings (consent, bookmarks) live in .prism/. Presentation settings live in the client.

Configuration · IDE usage

On this page