]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: update serena project configuration
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 6 May 2026 13:21:23 +0000 (15:21 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 6 May 2026 13:21:23 +0000 (15:21 +0200)
.serena/project.yml

index 6f35077e8467b64b3de44f59852911b238eaa202..62169c93778f6379bf49f8c8f51a6309f350a88c 100644 (file)
@@ -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: []