-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
Feature Requestneeds: changespinnedIssues that should not be marked stale.Issues that should not be marked stale.
Milestone
Description
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.
VBoxManage.exe showvminfo -machinereadable "Mac OS machine"
I mean next structure should be converted to next JS object
name="Mac OS machine"
groups="/"
ostype="Mac OS X (64-bit)"
...
{
name: "Mac OS machine",
groups: "/",
ostype: "Mac OS X (64-bit)",
...
}I would appreciate if somebody take care about it.
Metadata
Metadata
Assignees
Labels
Feature Requestneeds: changespinnedIssues that should not be marked stale.Issues that should not be marked stale.
