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

Function openSettingsEditor

src/utils/uiUtils.ts:75–77  ·  view source on GitHub ↗
(query?: string)

Source from the content-addressed store, hash-verified

73}
74
75export async function openSettingsEditor(query?: string): Promise<void> {
76 await vscode.commands.executeCommand("workbench.action.openSettings", query);
77}
78
79export async function openKeybindingsEditor(query?: string): Promise<void> {
80 await vscode.commands.executeCommand("workbench.action.openGlobalKeybindings", query);

Callers 2

showProblemInternalFunction · 0.90
showMarkdownConfigHintFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected