Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-vscode
/
vscode
/
DebugSession
/
customRequest
custom
Request
abstract
fun
customRequest
(
command
:
String
,
args
:
JsAny
?
=
definedExternally
)
:
PromiseLike
<
JsAny
?
>
(
source
)
Send a custom request to the debug adapter.
Online Documentation