Testing #22536
- Follow steps from the test plan item
- Notice notification with the Disable Smart Send button.
- Click on the smart send button
- This setting is written in workspace settings 🐛
We should not use workspace settings for this, as this is a user preference. Writing to workspace settings enforces it on the whole team that uses that repository, and makes a dirty git change.
I suggest to instead use user settings. Or local storage.
Testing #22536
We should not use workspace settings for this, as this is a user preference. Writing to workspace settings enforces it on the whole team that uses that repository, and makes a dirty git change.
I suggest to instead use user settings. Or local storage.