Clock for VSCode
This extension provides you a fully-customizable clock in the VSCode status bar.
(Example Configuration)
Configuration
Property |
Description |
Default |
clock.active |
A value indicating whether the clock should be active. |
true |
clock.format |
The date time format for the clock. (See https://www.npmjs.com/package/dateformat#mask-options for more formatting options) |
hh:MM |
clock.updateInterval |
The clock update interval in milliseconds. |
1000 |
clock.alignment |
The clock status bar alignment (Left or Right) |
Left |
clock.priority |
The clock status bar priority |
30 |
clock.iconName |
The clock status bar icon |
clock |
Note You must reload the window after changing clock.alignment or clock.priority ).
Example Configurations
Example 1 |
Example 2 |
|
|
| |