Skip to content

ExtensionEditorDetailsSections

github-actions[bot] edited this page Jan 7, 2025 · 2 revisions
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.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)
Clone this wiki locally