Skip to content

notebook cell language is not updated #106359

@brettfo

Description

@brettfo
  • VSCode Version: 1.49.0-insider, commit e790b93
  • OS Version: Win10 19041.450 (2004)

Steps to Reproduce:

  1. Install the .NET Interactive Notebook Extension to the latest insiders build.
  2. Open a blank .dib file.
  3. The first cell is C#.
  4. Execute the code ls.
  5. It fails as expected.
  6. Change the cell language to PowerShell.
  7. Re-execute the cell.
  8. The cell's language is still reported as C# as confirmed by a breakpoint here.

Does this issue occur when all extensions are disabled?: N/A

Issue first discovered in dotnet/interactive#764.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code Insidersnotebookverification-steps-neededSteps to verify are needed for verificationverifiedVerification succeeded

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions