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
Resolves: #22318
Display message/warning/notification when user attempts to run smart send (smart selection and cursor move) on a Python file containing older Python code that will be failed to be picked up by AST module.
The text was updated successfully, but these errors were encountered:
…hon code (microsoft#22353)
Resolves: microsoft#22341microsoft#22340
Showing warning message after detecting user is on Python file with
deprecated Python code, and are attempting to run smart send via
shift+enter action. Allow user to turn off this via workspace setting.
---------
Co-authored-by: Courtney Webster <[email protected]>
Co-authored-by: Kartik Raj <[email protected]>
Resolves: #22318
Display message/warning/notification when user attempts to run smart send (smart selection and cursor move) on a Python file containing older Python code that will be failed to be picked up by AST module.
The text was updated successfully, but these errors were encountered: