Skip to content

ExtensionEditorDetailsSections

github-actions[bot] edited this page Oct 2, 2024 · 1 revision
ExtensionEditorDetailsSections

Lookup

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)
Clone this wiki locally