eclipse-cdt-cloud / trace-server-protocol

Specification of the Trace Server Protocol (TSP)
https://eclipse-cdt-cloud.github.io/trace-server-protocol/
Apache License 2.0
24 stars 18 forks source link

update ConfigurationSourceType to provide parameter descriptors #93

Closed bhufmann closed 1 year ago

bhufmann commented 1 year ago

The list of ConfigurationParameterDescriptor replaces the list of QueryParameterKeys. Using just the keys would be too restrictive and ambiguous for clients to implement.

see also: https://github.com/eclipse-cdt-cloud/theia-trace-extension/pull/1025

Signed-off-by: Bernd Hufmann bernd.hufmann@ericsson.com