Skip to content

Not convinced about the disable smart send notification flow #22542

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

Open
isidorn opened this issue Nov 28, 2023 · 3 comments
Open

Not convinced about the disable smart send notification flow #22542

isidorn opened this issue Nov 28, 2023 · 3 comments
Assignees
Labels
area-repl bug Issue identified by VS Code Team member as probable bug needs proposal Need to make some design decisions

Comments

@isidorn
Copy link

isidorn commented Nov 28, 2023

Testing #22536

Right now we show the notification to disable smart send.
Is there some better UI we could use - that is close to the actual error?

I also do not like that the only resolution for this is to Disable Smart Send. That sort of defeats the purpose of the feature.

Screenshot 2023-11-28 at 12 47 46

@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Nov 28, 2023
@anthonykim1
Copy link

Hi @isidorn Thank you for your feedback! When you say better UI that is close to the actual error, do you mean possibly changing color of the "Disable Smart Send" button to red instead of blue?

Regarding resolution, it is tricky because Python standard library module AST which is behind the Smart Send logic refuses to parse a file with error, deprecated code entirely. This unable us to use smart send in parts of file where there is no error or deprecated code.

@github-actions github-actions bot added the info-needed Issue requires more information from poster label Dec 8, 2023
@isidorn
Copy link
Author

isidorn commented Dec 11, 2023

Hi @anthonykim1

do you mean possibly changing color of the "Disable Smart Send" button to red instead of blue?

No. I meant some UI that is actually a part of the Smart Send flow. If such UI does not exist, should this maybe be a modal dialog? Similarly how errors before starting debugging are modal?

Also as an extension you can not control the color of the notification buttons (theme defines this).

@github-actions github-actions bot removed the info-needed Issue requires more information from poster label Dec 11, 2023
@anthonykim1 anthonykim1 added needs proposal Need to make some design decisions needs spike Label for issues that need investigation before they can be worked on. area-repl and removed triage-needed Needs assignment to the proper sub-team labels Nov 21, 2024
@anthonykim1 anthonykim1 added needs community feedback Awaiting community feedback and removed needs spike Label for issues that need investigation before they can be worked on. labels Dec 10, 2024
Copy link

Thanks for the feature request! We are going to give the community 60 days from when this issue was created to provide 7 👍 upvotes on the opening comment to gauge general interest in this idea. If there's enough upvotes then we will consider this feature request in our future planning. If there's unfortunately not enough upvotes then we will close this issue.

@karthiknadig karthiknadig added the bug Issue identified by VS Code Team member as probable bug label Dec 19, 2024
@anthonykim1 anthonykim1 removed the needs community feedback Awaiting community feedback label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-repl bug Issue identified by VS Code Team member as probable bug needs proposal Need to make some design decisions
Projects
None yet
Development

No branches or pull requests

3 participants