reqlanOverviewIdeasFilesCode filesClustersAttributesGraphPrint

Printable idea sheet

analytical_submodule_activation

reqlan rq/extension/activation.rq:49

Analytical submodule registration is implemented in index.ts.
`activateAnalyticalSubmodule` is synchronous: VS Code contributions ( commands, activity bar provider, chat participant, webviews, AI commands, mutation hooks ) register synchronously and it returns the submodule immediately.
It does not start indexing; it passes the activity-bar post-paint callback into the provider and the caller starts index activation through first_paint_startup.

Interactive page: analytical_submodule_activation