(rootPath: string)
| 10 | let currentWorkspaceRoot: string | null = null |
| 11 | |
| 12 | function normalizeRoot(rootPath: string): string { |
| 13 | return path.resolve(rootPath) |
| 14 | } |
| 15 | |
| 16 | export function syncWorkspaceAccessContext(context: WorkspaceAccessContext): void { |
| 17 | approvedWorkspaceRoots.clear() |
no outgoing calls
no test coverage detected