additionalDirectories property

List<AbsolutePath>? additionalDirectories
final

Additional workspace roots for this session. Each path must be absolute.

These expand the session's workspace scope without changing cwd, which remains the base for relative paths. When omitted or empty, no additional roots are activated for the new session.

Implementation

final List<AbsolutePath>? additionalDirectories;