@kkdev92/vscode-ext-kit - v4.1.1
GitHub
npm
Preparing search index...
index
HostedServiceDescription
Interface HostedServiceDescription
One hosted service, and which phases it implements.
interface
HostedServiceDescription
{
dependencies
:
Readonly
<
Record
<
string
,
string
>
>
;
id
:
string
;
moduleId
:
string
;
run
:
boolean
;
start
:
boolean
;
stop
:
boolean
;
}
Index
Properties
dependencies
id
module
Id
run
start
stop
Properties
Readonly
dependencies
dependencies
:
Readonly
<
Record
<
string
,
string
>
>
Readonly
id
id
:
string
Readonly
module
Id
moduleId
:
string
Readonly
run
run
:
boolean
Readonly
start
start
:
boolean
Readonly
stop
stop
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dependencies
id
module
Id
run
start
stop
GitHub
npm
@kkdev92/vscode-ext-kit - v4.1.1
Loading...
One hosted service, and which phases it implements.