()
| 32 | |
| 33 | /** Read the currently selected shape ids. */ |
| 34 | export function getSelectedShapeIds(): Promise<string[]> { |
| 35 | return browser.execute(() => editor.getSelectedShapeIds()) |
| 36 | } |
| 37 | |
| 38 | /** The webview context id changes per platform/run; find it rather than hardcode. */ |
| 39 | export async function currentWebContext(): Promise<string> { |
no test coverage detected
searching dependent graphs…