Haxe externs for the Debug Adapter Protocol - API documentation
View source
class
ProgressStartEvent
package
vscode.debugAdapter
extends
Event
›
Message
import
vscode.debugAdapter.DebugSession
@:jsRequire("vscode-debugadapter","ProgressStartEvent")
Constructor
new
(
progressId:
String
,
title:
String
,
?message:
String
)
Inherited Variables
Defined by
Event
body
:
T
event
:
String
Defined by
Message
seq
:
Int
type
:
MessageType
Inherited Methods