$ModuleExtensions class

Available extensions
Annotations
  • @JS('vscode.extensions')
  • @staticInterop

Constructors

$ModuleExtensions()

Properties

all List<Extension>

Available on $ModuleExtensions, provided by the $ModuleExtensions$Typings extension

All extensions currently known to the system.
no setter
hashCode int
The hash code for this object.
no setterinherited
onDidChange Event<void>

Available on $ModuleExtensions, provided by the $ModuleExtensions$Typings extension

An event which fires when extensions.all changes. This can happen when extensions are installed, uninstalled, enabled or disabled.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getExtension<T>(String extensionId) Extension<T>?

Available on $ModuleExtensions, provided by the $ModuleExtensions$Typings extension

Get an extension by its full identifier in the form of: publisher.name.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited