-
Notifications
You must be signed in to change notification settings - Fork 14
Add tests for ext-input-triggers protocol #375
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: AlanGriffiths <9048879+AlanGriffiths@users.noreply.github.com>
- Fix grammatical error: "based tapping one a" → "based on tapping a" - Fix enum reference: enum="modifier" → enum="modifiers" - Fix spelling: "mult-touch" → "multi-touch" (2 occurrences) - Fix missing quote after "update" - Fix grammatical error: "progress an the" → "progress the" Co-authored-by: AlanGriffiths <9048879+AlanGriffiths@users.noreply.github.com>
Use Times(AtMost(1)) instead of Times(AnyNumber()) to better reflect the protocol requirement that exactly one of done() or failed() must be sent in response to trigger registration. Co-authored-by: AlanGriffiths <9048879+AlanGriffiths@users.noreply.github.com>
Co-authored-by: AlanGriffiths <9048879+AlanGriffiths@users.noreply.github.com>
|
@copilot you seem to have added a lot of unrelated files. Please don't do that |
Prevent build artifacts from being committed. Co-authored-by: AlanGriffiths <9048879+AlanGriffiths@users.noreply.github.com>
The _codeql_build_dir directory should not have been committed. It's now properly listed in .gitignore. Co-authored-by: AlanGriffiths <9048879+AlanGriffiths@users.noreply.github.com>
This is another build artifact that should not be committed. Co-authored-by: AlanGriffiths <9048879+AlanGriffiths@users.noreply.github.com>
I've removed all the unrelated build artifacts. The |
TICS Quality Gate✔️ PassedNo changed files applicable for TICS analysis quality gating. TICS / TICS / Run TICS analysis |
|
@copilot fixes to upstream protocols should be proposed upstream, not applied here |
These fixes should be proposed upstream to the Mir project, not applied here. Reverting to the original protocol files from the upstream Mir PR #4328. Co-authored-by: AlanGriffiths <9048879+AlanGriffiths@users.noreply.github.com>
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.