From cbe9a97abd0bdd2c6ce54047b08298c4a5b62b79 Mon Sep 17 00:00:00 2001 From: Mark J Price Date: Sat, 5 Nov 2022 08:28:22 +0000 Subject: [PATCH] Update errata.md --- docs/errata/errata.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/errata/errata.md b/docs/errata/errata.md index bdbdc09..46c15d1 100644 --- a/docs/errata/errata.md +++ b/docs/errata/errata.md @@ -2,12 +2,22 @@ If you find any mistakes, then please [raise an issue in this repository](https://github.com/markjprice/cs11dotnet7/issues) or email me at markjprice (at) gmail.com. +- [Page n - Pros and cons of the .NET Interactive Notebooks extension](#page-n---pros-and-cons-of-the-net-interactive-notebooks-extension) + - [Page n - Downloading and installing Visual Studio Code](#page-n---downloading-and-installing-visual-studio-code) - [Page n - Understanding the journey to one .NET and Understanding .NET support](#page-n---understanding-the-journey-to-one-net-and-understanding-net-support) - [Page n - Getting definitions of types and their members](#page-n---getting-definitions-of-types-and-their-members) - [Page n - Formatting using numbered positional arguments](#page-n---formatting-using-numbered-positional-arguments) - [Page n - Getting text input from the user](#page-n---getting-text-input-from-the-user) - [Page n - Running unit tests using Visual Studio Code](#page-n---running-unit-tests-using-visual-studio-code) +# Page n - Pros and cons of the .NET Interactive Notebooks extension + +The **.NET Interactive Notebooks** extension has been renamed to **Polyglot Notebooks**. It still retains its original identifier `ms-dotnettools.dotnet-interactive-vscode`. + +## Page n - Downloading and installing Visual Studio Code + +The **.NET Interactive Notebooks** extension has been renamed to **Polyglot Notebooks**. It still retains its original identifier `ms-dotnettools.dotnet-interactive-vscode`. + # Page n - Understanding the journey to one .NET and Understanding .NET support Even-numbered .NET releases like .NET 6 and .NET 8 have a support level named **Long Term Support (LTS)** with a duration of 3 years. Odd-numbered .NET releases like .NET 5 and .NET 7 had a support level named **Current** with a duration of 18 months.