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