Preparing search index...
The search index is not available
vscode-languageclient
vscode-languageclient
RAL
Interface RAL
interface
RAL
{
constructor
:
any
;
applicationJson
:
{
decoder
:
ContentTypeDecoder
;
encoder
:
ContentTypeEncoder
;
}
;
console
:
{
error
(
message
?:
any
,
...
optionalParams
:
any
[]
)
:
void
;
info
(
message
?:
any
,
...
optionalParams
:
any
[]
)
:
void
;
log
(
message
?:
any
,
...
optionalParams
:
any
[]
)
:
void
;
warn
(
message
?:
any
,
...
optionalParams
:
any
[]
)
:
void
;
}
;
messageBuffer
:
{
create
(
encoding
:
_MessageBufferEncoding
)
:
_MessageBuffer
}
;
timer
:
{
setImmediate
(
callback
:
(
...
args
:
any
[]
)
=>
void
,
...
args
:
any
[]
,
)
:
Disposable
;
setInterval
(
callback
:
(
...
args
:
any
[]
)
=>
void
,
ms
:
number
,
...
args
:
any
[]
,
)
:
Disposable
;
setTimeout
(
callback
:
(
...
args
:
any
[]
)
=>
void
,
ms
:
number
,
...
args
:
any
[]
,
)
:
Disposable
;
}
;
}
Index
Constructors
constructor
Properties
application
Json
console
message
Buffer
timer
Constructors
constructor
constructor
:
any
Properties
Readonly
application
Json
applicationJson
:
{
decoder
:
ContentTypeDecoder
;
encoder
:
ContentTypeEncoder
}
Readonly
console
console
:
{
error
(
message
?:
any
,
...
optionalParams
:
any
[]
)
:
void
;
info
(
message
?:
any
,
...
optionalParams
:
any
[]
)
:
void
;
log
(
message
?:
any
,
...
optionalParams
:
any
[]
)
:
void
;
warn
(
message
?:
any
,
...
optionalParams
:
any
[]
)
:
void
;
}
Readonly
message
Buffer
messageBuffer
:
{
create
(
encoding
:
_MessageBufferEncoding
)
:
_MessageBuffer
}
Readonly
timer
timer
:
{
setImmediate
(
callback
:
(
...
args
:
any
[]
)
=>
void
,
...
args
:
any
[]
,
)
:
Disposable
;
setInterval
(
callback
:
(
...
args
:
any
[]
)
=>
void
,
ms
:
number
,
...
args
:
any
[]
,
)
:
Disposable
;
setTimeout
(
callback
:
(
...
args
:
any
[]
)
=>
void
,
ms
:
number
,
...
args
:
any
[]
,
)
:
Disposable
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
application
Json
console
message
Buffer
timer
vscode-languageclient
Loading...