From: Jérôme Benoit Date: Wed, 6 May 2026 13:21:23 +0000 (+0200) Subject: chore: update serena project configuration X-Git-Tag: cli@v4.6.1~5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=155db6b2f8702536df47ada688b80b0aee8d7367;p=e-mobility-charging-stations-simulator.git chore: update serena project configuration --- diff --git a/.serena/project.yml b/.serena/project.yml index 6f35077e..62169c93 100644 --- a/.serena/project.yml +++ b/.serena/project.yml @@ -125,3 +125,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: []