All notable changes to the "vscode-clock" extension will be documented in this file.
- changed the extension activation to start when VSCode Startup finishes, this will not slow VSCode Startup
- updated README with the config changes
- extensions contributes a new timezone configuration that allows for remote users to set a timezone for their clock
- update dependencies
- update all the dependencies
- changed the default time format to
hh:mm a
removing the seconds.
-
if you want to see the seconds, you can change the extension default value for
clock.datetimeFormat
tohh:mm:ss a
-
Initial release