-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[main] implement Osplugin, extracting windows 11 info and put into telemetry #2294
Conversation
Comment from Nev: Lets not limit this to just windows, lets "ask" for the platform as well and when it's windows we will handle as required (as you seem to be already doing on line 155 |
* File containing the interfaces for OS Plugin SDK. | ||
*/ | ||
|
||
export interface IOSPluginConfiguration { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also add the typedoc for this, as new components we should start by adding the documentation. Rather than requiring that we defer and add it later as part of the bigger typedoc improvements.
No description provided.