https://github.com/dzsquared/demo-mode
Azure Data Studio Demo Mode Extension
https://github.com/dzsquared/demo-mode
Last synced: about 1 year ago
JSON representation
Azure Data Studio Demo Mode Extension
- Host: GitHub
- URL: https://github.com/dzsquared/demo-mode
- Owner: dzsquared
- License: mit
- Created: 2019-11-07T01:29:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T16:30:39.000Z (about 3 years ago)
- Last Synced: 2024-05-01T15:56:53.857Z (about 2 years ago)
- Language: TypeScript
- Size: 202 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure Data Studio Demo Mode extension README
## Features
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.

## Extension Settings
This extension contributes the following settings:
* `demomode.originalFontSize`: stores your original font size when enabling/disabling demo mode
* `demomode.demoFontSize`: the larger font size to increase to when demo mode is enabled
* `demomode.telemetry`: enables anonymous usage data to be sent to an online service
## Your Privacy
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](https://www.drewsk.tech/decision-adding-telemetry-to-azure-data-studio-extensions) or ask questions [here](https://github.com/dzsquared/demo-mode).
## Release Notes
### 1.1.1.
Fix for telemetry settings to apply without requiring application restart.
### 1.1.0
Adds generic telemetry for extension utilization.
### 1.0.0
Completed in the PASS Community zone, thanks for the chair!
## License
This extension is released under the [MIT License](https://raw.githubusercontent.com/dzsquared/demo-mode/master/LICENSE).