Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
remote-wsl
RemoteWslConnectionProvider
Interface RemoteWslConnectionProvider
interface
RemoteWslConnectionProvider
{
connectToWsl
(
options
)
:
Promise
<
WslConnectionResult
>
;
getWslDistributions
(
)
:
Promise
<
WslDistribution
[]
>
;
}
Implemented by
RemoteWslConnectionProviderImpl
Index
Methods
connect
To
Wsl
get
Wsl
Distributions
Methods
connect
To
Wsl
connect
To
Wsl
(
options
)
:
Promise
<
WslConnectionResult
>
Parameters
options
:
WslConnectionOptions
Returns
Promise
<
WslConnectionResult
>
get
Wsl
Distributions
get
Wsl
Distributions
(
)
:
Promise
<
WslDistribution
[]
>
Returns
Promise
<
WslDistribution
[]
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
connect
To
Wsl
get
Wsl
Distributions
Theia TypeDoc
Loading...