-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Update runner.md to catch runner structure change. #37515
Conversation
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.
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
doc/devdocs/runner.md
Outdated
Contains codes for restart a process. | ||
|
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.
The phrase 'Contains codes for restart a process' is grammatically incorrect. It should be 'Contains code for restarting a process.'
Contains codes for restart a process. | |
Contains code for restarting a process. |
Copilot is powered by AI, so mistakes are possible. Review output carefully before use.
doc/devdocs/runner.md
Outdated
Contains logic that periodically triggers module-specific setting's telemetry delivery and manages timing and error handling for the process. | ||
|
||
#### [`UpdateUtils.cpp`](/src/runner/UpdateUtils.cpp) | ||
Contains code to handle the automatic update checking, notification, and installation process for PowerToys, including functions for periodic update checks, manual update checks, and displaying notifications to the user about new versions. |
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.
[nitpick] The sentence is too wordy and could be clearer. Consider breaking it down into simpler sentences for better readability.
Contains code to handle the automatic update checking, notification, and installation process for PowerToys, including functions for periodic update checks, manual update checks, and displaying notifications to the user about new versions. | |
Contains code to handle the automatic update checking, notification, and installation process for PowerToys. It includes functions for periodic update checks and manual update checks. It also displays notifications to the user about new versions. |
Copilot is powered by AI, so mistakes are possible. Review output carefully before use.
This comment has been minimized.
This comment has been minimized.
30bba33
to
798e099
Compare
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.
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
@microsoft-github-policy-service agree [company="{microsoft}"] |
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.
Looks good
Update runner documentation to reflect newest code structure
PR Checklist
Detailed Description of the Pull Request / Additional comments
runner.md file is out of date, update them to reflect newest code structure
The runner documentation is out of date, powertoys_events.cpp,lowlevel_keyboard_event.cpp, win_hook_event.cpp
does not exist any more, and make simple document for newly added files for their functionality.