Skip to content
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

testing: additional context keys and state around test results #207119

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

connor4312
Copy link
Member

For explorations with copilot later

@connor4312 connor4312 self-assigned this Mar 7, 2024
@connor4312 connor4312 enabled auto-merge (squash) March 7, 2024 23:49
@VSCodeTriageBot VSCodeTriageBot added this to the March 2024 milestone Mar 7, 2024
@@ -67,4 +67,8 @@ export namespace TestingContextKeys {
type: 'boolean',
description: localize('testing.testResultOutdated', 'Value available in editor/content and testing/message/context when the result is outdated')
});
export const testResultState = new RawContextKey<string>('testResultState', undefined, {
type: 'string',
description: localize('testing.testResultState', 'Value available testing/item/result indicating the state of the item.')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: "value of" instead of "value"?

@connor4312 connor4312 merged commit dcee2ed into main Mar 8, 2024
7 checks passed
@connor4312 connor4312 deleted the connor4312/testing-menus branch March 8, 2024 03:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants