Tom Riedl

Results 4 issues of Tom Riedl

Exceptions while deserializing response led to wrong exception. Fixed now. Failing unit tests due to node incompatibilities.

In JsonWebClient the using for requestStream was missing. This could lead to the error "You must write ContentLength bytes to the request stream before calling [Begin]GetResponse."

The small debugging window can be missed on bigger screens. It would be great to have different colors while debugging. e.g.: ```json "workbench.colorCustomizations": { "activityBar.debugBackground": "#C4303A", "titleBar.debugActiveBackground": "#C4303A", "titleBar.debugActiveForeground": "#FFFFFF"...

Actual behavior: - The set node with the `node` command is only selected for the time the application is running - If you exit the application and start it again...

enhancement
help wanted