()
| 9 | } |
| 10 | |
| 11 | export function shouldHideSolvedProblem(): boolean { |
| 12 | return getWorkspaceConfiguration().get<boolean>("hideSolved", false); |
| 13 | } |
| 14 | |
| 15 | export function getWorkspaceFolder(): string { |
| 16 | return getWorkspaceConfiguration().get<string>("workspaceFolder", ""); |
no test coverage detected