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