(workspacePath: string)
| 30 | } |
| 31 | |
| 32 | export function approveWorkspacePath(workspacePath: string): void { |
| 33 | approvedWorkspaceRoots.add(normalizeRoot(workspacePath)) |
| 34 | } |
| 35 | |
| 36 | export function getCurrentWorkspacePath(): string | null { |
| 37 | return currentWorkspaceRoot |
no test coverage detected