Open acherkashin opened 4 years ago
This would require a breaking API change. We're going to gradually introduce features like this once we can get a good release cadence going.
This issue has been automatically marked as stale because it has not received any attention in 90 days. It will be closed in 14 days if no further activity occurs. Thank you for your contribution! (I'm a bot.)
Guys, thank you for your work. I'm working on VirtualBox extension for VSCode and I want to show OS name next to VM name like on SS below.
But instead of just "windows" I want to show "Windows 10 (64-bit)", instead of "mac" - "Mac OS X (64-bit)"
For this purpose, I need method to perform this command and get all properties as object.
I mean next structure should be converted to next JS object
I would appreciate if somebody take care about it.