You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: persist edit warning dialog preference during session
This change fixes the issue where the edit warning dialog appears on every edit, even after the user has already seen it once. The solution:
1. Uses a React ref to store the preference in memory during the session
2. Bypasses the dialog if the user has already seen it
3. Adds double-click functionality to user messages for quick editing
The preference is reset when the VS Code window is reloaded, ensuring users are reminded of the warning after a restart.
Fixes: #6058
Signed-off-by: Eric Wheeler <roo-code@z.ewheeler.org>
0 commit comments