-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugnotebookverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: 1.49.0-insider, commit e790b93
- OS Version: Win10 19041.450 (2004)
Steps to Reproduce:
- Install the .NET Interactive Notebook Extension to the latest insiders build.
- Open a blank
.dib
file. - Set the first cell to
new System.Random().Next()
and execute. - The cell executes as expected.
- Ctrl+Z => no visible change.
- Ctrl+Z again => cell metadata gets backed off such that it thinks it's running again, but it's not really. No new or different output is produced and the notebook's
execute
method isn't hit.
Does this issue occur when all extensions are disabled?: N/A
Issue first discovered in dotnet/interactive#748.
GerardSmit and vigneshRajakumar
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugnotebookverifiedVerification succeededVerification succeeded