You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can get individual values using following functions:
awaitextensionEditor.getName();awaitextensionEditor.getVersion();// For VS Code 1.96+ it is required to use 'extensionEditorDetailsSection.getVersion()' insteadawaitextensionEditor.getPublisher();awaitextensionEditor.getDescription();awaitextensionEditor.getCount();
Manage tabs
Tabs section can be managed by this editor as well. For work with 'Details' you can use ExtensionEditorDetailsSection.