All this extension does is toggle the editor font size between your font and a larger font size. This is intended to help presenters while demoing in Azure Data Studio without zooming the whole interface.
This extension contributes the following settings:
demomode.originalFontSize
: stores your original font size when enabling/disabling demo modedemomode.demoFontSize
: the larger font size to increase to when demo mode is enableddemomode.telemetry
: enables anonymous usage data to be sent to an online service
The extension telemetry sends usage data anonymously to an Application Insights instance. Machine information, such as operating system or general location, may be shared with the general public in aggregate. Your information will not be sold to any third parties. For more on the collection of telemtry in this extension, read more here or ask questions here.
Fix for telemetry settings to apply without requiring application restart.
Adds generic telemetry for extension utilization.
Completed in the PASS Community zone, thanks for the chair!
This extension is released under the MIT License.