vscode-riscv-venus icon indicating copy to clipboard operation
vscode-riscv-venus copied to clipboard

Unify construction of views

Open wallento opened this issue 3 years ago • 0 comments

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.

wallento avatar Dec 04 '21 06:12 wallento