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