-
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
Add initial Deviant mutator/mutations suppport #17
Conversation
945128e
to
a0cdd58
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.
Some top level notes:
- Our settings section is still labelled "Auxon SpeQTr", we should probably change that to... something.
- The view containers should probably be named "Auxon Modality", etc, so it's clear in the the right-click menu where they came from.
- Can we make the workspaces and segments views at least accessible from the conform and modality tabs? For conform, at least, they should probably be visible by default. Maybe for deviant too, not sure.
vscode/package.json
Outdated
}, | ||
{ | ||
"command": "auxon.deviant.clearMutation", | ||
"title": "Clear mutations using the deviant CLI" |
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 don't think we need to say 'using the deviant CLI' here. Or.... if we do, then we should be saying it a LOT of other places as well, for consistency.
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.
Also, I've been trying to use headline case for all our menu items. It's not completely consistent though.
vscode/package.json
Outdated
}, | ||
{ | ||
"command": "auxon.deviant.createMutation", | ||
"title": "Create a mutation using the deviant CLI" |
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.
Ditto
I can create a mutation easily enough, and it shows up. When I clear it though, it never seems to go away. |
The mutations panel should refresh after creating a new mutation |
c869298
to
1164142
Compare
Experiment-related to follow.