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

Function getEditorShortcuts

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

Source from the content-addressed store, hash-verified

17}
18
19export function getEditorShortcuts(): string[] {
20 return getWorkspaceConfiguration().get<string[]>("editor.shortcuts", ["submit", "test"]);
21}
22
23export function hasStarShortcut(): boolean {
24 const shortcuts: string[] = getWorkspaceConfiguration().get<string[]>("editor.shortcuts", ["submit", "test"]);

Callers 1

provideCodeLensesMethod · 0.90

Calls 1

Tested by

no test coverage detected