| 17 | * in a single session. |
| 18 | */ |
| 19 | export class WorkspaceContext { |
| 20 | private directories = new Set<string>(); |
| 21 | private initialDirectories: Set<string>; |
| 22 | private onDirectoriesChangedListeners = new Set<() => void>(); |
nothing calls this directly
no outgoing calls
no test coverage detected