-
Notifications
You must be signed in to change notification settings - Fork 0
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
coverage ui #10
coverage ui #10
Conversation
mullr
commented
Nov 28, 2023
- Add hooks for spec coverage display
- Consistently use Headline Case for Menu Items
- API rev and some manual HTML templating
- Flesh out spec UI a bit
- Remove spurious '.rs' file
- Update folder metadata on folder/file changes
- Show/hide spec versions, results
- Add batch-eval support to conform spec command
- Further polish on specs panel
- Fix batch eval
- Add some more multi-select commands
- Disable unimplemented menu commands
- Flesh out spec coverage UI
- Use api to update spec icon
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 local config path changes need reverted and lints addressed, otherwise LGTM
vscode/src/specs.ts
Outdated
if (workspaceState.getShowResults()) { | ||
super.iconPath = new vscode.ThemeIcon("file", new vscode.ThemeColor("symbolIcon.constructorForeground")); | ||
} else { | ||
// TODO color this based on if it has been executed, and if it was successful or not |
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.
I added some top-level-stats-icon handling for this on the spec-status
branch. I can follow up with that once this lands if it's easier.
https://github.com/auxoncorp/speqtr-support/tree/spec-status
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.
oh man I missed that branch somehow, I'm sorry. I'll pull it in here.
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.
okay, rebased those commits on here.