From: Jérôme Benoit Date: Sun, 10 May 2026 22:50:16 +0000 (+0200) Subject: chore: update serena project configuration X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e07737fa69efd04b066e6b7f375d5b639e287af9;p=poolifier.git chore: update serena project configuration --- diff --git a/.serena/project.yml b/.serena/project.yml index 389c89d4d..f52ba1b3d 100644 --- a/.serena/project.yml +++ b/.serena/project.yml @@ -123,3 +123,14 @@ ls_specific_settings: {} # The full set of modes to be activated is base_modes (from global config) + default_modes + added_modes. # See https://oraios.github.io/serena/02-usage/050_configuration.html#modes added_modes: + +# list of additional workspace folder paths for cross-package reference support (e.g. in monorepos). +# Paths can be absolute or relative to the project root. +# Each folder is registered as an LSP workspace folder, enabling language servers to discover +# symbols and references across package boundaries. +# Currently supported for: TypeScript. +# Example: +# additional_workspace_folders: +# - ../sibling-package +# - ../shared-lib +additional_workspace_folders: []