-
Notifications
You must be signed in to change notification settings - Fork 3
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
Suggestion: lesser dialogs popping up when renaming #95
Comments
Commit was wrongly assigned to this issue. Should have been linked to #94. |
Seems less annoying with "atddTestScriptor.removalMode": "No confirmation, but removal", then you only get a dialog on the scenario of given rename. |
Solve it by adding a setting that controls turning of all dialogs (update, remove ...) -> @DavidFeldhoff |
I added a setting "showConfirmations" which is true by default. |
Backendcall: Set/GetConfiguration. Implemented by me, called by Marton |
What's next to do here? |
UI toggle has been implemented. |
The setting is set now, but because of some reason the setting isn't read correctly on startup here Can you please have a look at it, @martonsagi ? |
Consider to rename No confirmation to Disable confirmations. |
As I'm working with it: I think this shouldn't be mostly a workspace setting, but a user setting.
How do you think about that @lvanvugt, @StefanMaron? |
At least for me it does not matter where to set up stuff, as long as I am able to set up at all |
@martonsagi, I do not see the button. Probably I do not have the latest build. Probably need to learn again were to find it. ;-) |
It was not yet available in the latest published version ( |
@DavidFeldhoff, is it right that this whole consideration has not been implemented? Testing it right now it seems always to be updating the workspace setting.json. Next to that when |
|
Solved by previous commit
Not an issue in this context (when testing on f.e. |
@martonsagi, could you please implement this proposal? |
I haven't read all the comments carefully enough and although, I like the renaming from "No" to "Disable", I wouldn't want to see a button here. I would just like to use a setting in vs code for that. And if we're worried about the devs not noticing, we could provide a wizard right when the extension is installed or a small dialog box in the bottom right corner where the devs can choose to disable confirmations. The project is most likely backed up by version control anyway, so why even bother about confirmations in the first place? From my pov, confirmation is when the changes committed to the branch are merged into the default/release branch, usually via PR. Forgive my naive standpoint. Mostly just use the extension as an end user and don't bother about how it's done technically in the background, but their might be a reason to ask for confirmations, that's why I'm opening this as for discussion @lvanvugt is there anything else left to do besides the renaming of the button? |
Describe the bug
When working on a feature, I think it is common to do quite some changes at various places. For each change I will get asked for confirmation. While I think this is good when updating already existing features, for not braking stuff unintentionally, this disturbes the work flow on new features.
Suggestion
I think a switch to change to some kind of "Update Mode" would do the trick. Maybe with default from settings file. ("Update mode always enabled" true/false)
When update mode is active, all update confirmations will be automatically answered with yes.
The text was updated successfully, but these errors were encountered: