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

Function getWorkspaceConfiguration

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

Source from the content-addressed store, hash-verified

5import { DescriptionConfiguration } from "../shared";
6
7export function getWorkspaceConfiguration(): WorkspaceConfiguration {
8 return workspace.getConfiguration("leetcode");
9}
10
11export function shouldHideSolvedProblem(): boolean {
12 return getWorkspaceConfiguration().get<boolean>("hideSolved", false);

Callers 8

determineLeetCodeFolderFunction · 0.90
promptHintMessageFunction · 0.90
shouldHideSolvedProblemFunction · 0.85
getWorkspaceFolderFunction · 0.85
getEditorShortcutsFunction · 0.85
hasStarShortcutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected