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
This makes no sense. ^
At this point we have no data stored, just a single empty cell with "language": "pwsh"
If you actually add some sample PowerShell code, and then save, the metadata becomes:
.. which is worse.
At this point, you are basically expecting polyglot support for everything that works with .ipynb files, which is silly.
Please align the notebook metadata with the cell language, and don't hard-code C# as the default.
The text was updated successfully, but these errors were encountered:
It seems to also happen after picking the default language with cells created in that language using it, and then removing them all will cause it to revert back to C#.
Reproduction steps:
In VS Code, with .NET Interactive installed:
If you open the file in a text editor, in the metadata section, you'll get:
This makes no sense. ^
At this point we have no data stored, just a single empty cell with "language": "pwsh"
If you actually add some sample PowerShell code, and then save, the metadata becomes:
.. which is worse.
At this point, you are basically expecting polyglot support for everything that works with .ipynb files, which is silly.
Please align the notebook metadata with the cell language, and don't hard-code C# as the default.
The text was updated successfully, but these errors were encountered: