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

Function getWorkspaceFolder

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

Source from the content-addressed store, hash-verified

13}
14
15export function getWorkspaceFolder(): string {
16 return getWorkspaceConfiguration().get<string>("workspaceFolder", "");
17}
18
19export function getEditorShortcuts(): string[] {
20 return getWorkspaceConfiguration().get<string[]>("editor.shortcuts", ["submit", "test"]);

Callers 1

selectWorkspaceFolderFunction · 0.90

Calls 1

Tested by

no test coverage detected