Display GPU utilisation and memory consumption in vscode status bar.
Screenshots
Single GPU:
Multi GPU:
Multi GPU sum:
Extension Settings
showSum: Toggles the display of the sum of all GPUs. This is useful when you have so many GPUs and want to see the total usage in a compact way.
updateFrequencyms: How frequently to query systeminformation. The minimum is 200 ms as to prevent accidentally updating so fast as to freeze up your machine.
alignLeft: Toggles the alignment of the status bar.
color: Color of the status bar text in hex code (for example, #FFFFFF is white). The color must be in the format #RRGGBB, using hex digits.
TODO
[ ] Update packages and dependencies to modern versions.