Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/vsx-registry
common/vsx-environment
VSXEnvironment
Interface VSXEnvironment
interface
VSXEnvironment
{
getOvsxRouterConfig
?
()
:
Promise
<
undefined
|
OVSXRouterConfig
>
;
getRateLimit
()
:
Promise
<
number
>
;
getRegistryApiUri
()
:
Promise
<
string
>
;
getRegistryUri
()
:
Promise
<
string
>
;
getVscodeApiVersion
()
:
Promise
<
string
>
;
}
Implemented by
VSXEnvironmentImpl
Index
Methods
get
Ovsx
Router
Config?
get
Rate
Limit
get
Registry
Api
Uri
get
Registry
Uri
get
Vscode
Api
Version
Methods
Optional
get
Ovsx
Router
Config
getOvsxRouterConfig
?
()
:
Promise
<
undefined
|
OVSXRouterConfig
>
Returns
Promise
<
undefined
|
OVSXRouterConfig
>
get
Rate
Limit
getRateLimit
()
:
Promise
<
number
>
Returns
Promise
<
number
>
get
Registry
Api
Uri
getRegistryApiUri
()
:
Promise
<
string
>
Returns
Promise
<
string
>
get
Registry
Uri
getRegistryUri
()
:
Promise
<
string
>
Returns
Promise
<
string
>
get
Vscode
Api
Version
getVscodeApiVersion
()
:
Promise
<
string
>
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Ovsx
Router
Config
get
Rate
Limit
get
Registry
Api
Uri
get
Registry
Uri
get
Vscode
Api
Version
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...