-
Notifications
You must be signed in to change notification settings - Fork 73
ExtensionEditorDetailsSections
github-actions[bot] edited this page Jan 7, 2025
·
2 revisions
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.getVersion(); // For VS Code 1.96+
await extensionEditorDetails.getMoreInfoItem("Identifier");
await extensionEditorDetails.getReadme(); // currently not supported (Blocked by https://github.com/redhat-developer/vscode-extension-tester/issues/1492)