@kkdev92/vscode-ext-kit - v4.1.1
GitHub
npm
Preparing search index...
index
SubscriptionsHost
Interface SubscriptionsHost
The part of
vscode.ExtensionContext
that
createScope
needs.
interface
SubscriptionsHost
{
subscriptions
:
{
push
(
disposable
:
DisposableLike
)
:
void
}
;
}
Index
Properties
subscriptions
Properties
Readonly
subscriptions
subscriptions
:
{
push
(
disposable
:
DisposableLike
)
:
void
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
subscriptions
GitHub
npm
@kkdev92/vscode-ext-kit - v4.1.1
Loading...
The part of
vscode.ExtensionContextthat createScope needs.