System Information README ( 🇯🇵 Japanese )
Show system information ( includes extensions list ) by markdown or JSON for vscode.
System Information: Show
command shows Visual Studio Code system information ( includes extensions list ) by markdown or JSON.
And show customizable information in status bar.
Show extension side bar within VS Code(Mac:Command+Shift+X, Windows and Linux: Ctrl+Shift+X), type sysinfo-vscode
and press Enter and click Install. Restart VS Code when installation is completed.
Launch Command Palette(Mac:F1 or Shift+Command+P, Windows and Linux: F1 or Shift+Ctrl+P), Execute System Information: Show
command and select options as you like.
You can change settings by settings.json
.
Enjoy!
System Information: Show
: show system informationSystem Information: Show Schema
: show VS Code schemasSystem Information: Copy Status bar Text
: copy status bar textSystem Information: Switch Status bar Label
: switch status bar label
This extension contributes the following settings by settings.json
( Mac: Command+,, Windows / Linux: File -> Preferences -> User Settings ):
sysinfo.enabledStatusBar
: set Enable/Disable status bar itemsysinfo.statusBarLabel
: status bar item's label ( You can also specify multiple in an array. )sysinfo.statusBarSwitchInterval
: status bar item's switch interval(ms)sysinfo.statusBarCommand
: status bar item's command on click ( Other commands can be set as well, but assume "sysinfo-vscode.switchStatusBarLabel" or "sysinfo-vscode.copyStatusBarText" is set. )sysinfo.hideItems
: set list of hide items
You can hide the specified items. see below example.
"sysinfo.hideItems": [
"timestamp",
"provider",
"warnings.W001",
"vscode.env",
"vscode.extensions.*.packageJSON.description"
]
You can embed icons in the label text( sysinfo.statusBarLabel
) by leveraging the syntax:
My text $(icon-name) contains icons like $(icon'name) this one.
Where the icon-name is taken from the codicons icon set, e.g. light-bulb
, thumbsup
, zap
etc.
You can specify unicode characters ( include emoji ) as label text too.
$(info) VS Code ${vscode.version}
( default )$(info) ${vscode.env.appName} ${vscode.version} ${vscode.env.language} ${process.execArgv}
$(device-desktop) ${os.hostname}
$(symbol-color) ${settings:workbench.colorTheme}
$(text-size) ${settings:editor.fontSize}
You can also specify multiple in an array.
see ChangLog on marketplace or github
Releases · wraith13/sysinfo-vscode
Icon | Name | Description |
---|---|---|
Bracket Lens | Show bracket header on closing bracket. | |
Background Phi Colors | This extension colors the background in various ways. | |
Blitz | Provide a quick and comfortable way to change settings by quick pick based UI. |
See all wraith13's expansions: https://marketplace.visualstudio.com/publishers/wraith13