Properties
Protected _installed
_installed: Set<string> = ...
Protected _recommended
_recommended: Set<string> = ...
Protected _searchResult
_searchResult: Set<string> = ...
Protected Readonly extensionFactory
Protected Readonly extensions
Protected Readonly initialized
initialized: Deferred<void> = ...
Readonly onDidChange
onDidChange: Event<void> = ...
Protected Readonly onDidChangeEmitter
onDidChangeEmitter: Emitter<void> = ...
Protected Readonly pluginSupport
pluginSupport: HostedPluginSupport
Protected Readonly preferences
preferences: PreferenceService
Protected Readonly progressService
progressService: ProgressService
Protected searchCancellationTokenSource
searchCancellationTokenSource: CancellationTokenSource = ...
Protected updateSearchResult
updateSearchResult: (...arguments: []) => Promise<void> = ...
Type declaration
-
- (...arguments: []): Promise<void>
-
Parameters
Returns Promise<void>
Protected Readonly workspaceService
workspaceService: WorkspaceService
single source of all extensions