You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add documentation for additional_workspace_folders
- Add 'Additional Workspace Folders' section to project configuration docs
- Add cross-reference note to TypeScript LS settings section
- Include configuration example and usage notes
Copy file name to clipboardExpand all lines: docs/02-usage/050_configuration.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -809,6 +809,10 @@ Supported settings:
809
809
| `typescript_language_server_version` | `5.1.3` | Override the bundled `typescript-language-server` npm package version Serena installs when `ls_path` is not set. |
810
810
| `npm_registry` | `null` | Override the npm registry Serena uses for the managed install. |
811
811
812
+
TypeScript supports [additional workspace folders](additional-workspace-folders) for cross-package
813
+
reference discovery in monorepos. Configure `additional_workspace_folders` in `project.yml` (not
814
+
under `ls_specific_settings`) to enable this feature.
815
+
812
816
#### TypeScript via `vtsls`
813
817
814
818
The actual configuration key for vtsls is `typescript_vts`, not `vts`.
0 commit comments