google / go-dap

Go implementation of the Debug Adapter Protocol
Apache License 2.0
127 stars 22 forks source link

all: use json.RawMessage for launch/attach arguments #57

Closed hyangah closed 3 years ago

hyangah commented 3 years ago

Launch/Attach requests' arguments are supposed to be implementation specific. By defining them as json.RawMessage, we leave decoding & encoding of these fields up to the implementation.

Updates https://github.com/go-delve/delve/pull/2571

hyangah commented 3 years ago

cc @polinasok @suzmue @aarzilli