MCPcopy Index your code
hub / github.com/LeetCode-OpenSource/vscode-leetcode / shouldHideSolvedProblem

Function shouldHideSolvedProblem

src/utils/settingUtils.ts:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

refreshCacheMethod · 0.90

Calls 1

Tested by

no test coverage detected