-
Notifications
You must be signed in to change notification settings - Fork 72
ExtensionEditorDetailsSections
github-actions[bot] edited this page Oct 2, 2024
·
1 revision
import { ExtensionEditorDetailsSection } from 'vscode-extension-tester';
...
const extensionEditorDetails = new ExtensionEditorDetailsSection();
You can get values using following functions:
await extensionEditorDetails.getCategories();
await extensionEditorDetails.getResources();
await extensionEditorDetails.getMoreInfo();
await extensionEditorDetails.getMoreInfoItem("Identifier");
await extensionEditorDetails.getReadme(); // currently not supported (Blocked by https://github.com/redhat-developer/vscode-extension-tester/issues/1492)