-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
Test: saving an Interactive Window #186196
Labels
Milestone
Comments
3 tasks
@ulugbekna - sorry, I missed a step. you need to execute the code in the .py file with the code lenses or |
@amunger thanks for clarification! feature works well for me 👍 |
This was referenced Jun 27, 2023
This was referenced Jun 27, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Refs: #172974
Complexity: 3
Create Issue
Explanation
This focuses on the behavior for saving an Interactive Window. Current behavior testing should be covered by #186191.
Prerequisites
Python: create environment
to create a local virtual environment in the workspace to keep any changes out of your global python environmentTest steps
# %%
marks a cell), e.g.Run file in interactive window
related commands or the code lenses.a. This will open the interactive window editor to be saved
a. loading is not supported
files.hotExit
to off. Then close vscode to ensure you are prompted to save.a. test both save and revert options.
The text was updated successfully, but these errors were encountered: