google / go-dap

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

AttachRequest.Arguments should be an arbitrary map #51

Closed polinasok closed 3 years ago

polinasok commented 3 years ago

Replace AttachRequestArguments type with just a map, same way we have this for LaunchRequest. The arguments are implementation specific and can overlap between the requests. Create a shared interface with to access them.