Do not write disableSmartSend to workspace settings #22541
Labels
bug
Issue identified by VS Code Team member as probable bug
needs community feedback
Awaiting community feedback
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.
The text was updated successfully, but these errors were encountered: