vscode-riscv-venus
vscode-riscv-venus copied to clipboard
Unify construction of views
Currently the constructor for the LED matrix is exlicitly called, while others are constructor implicitly (better imo): https://github.com/hm-riscv/vscode-riscv-venus/blob/master/src/venusDebug.ts#L251
We should generalize openView
by taking constructing arguments.