From e42f263d7fe0ca835218b07e6a178a1199b8cad1 Mon Sep 17 00:00:00 2001 From: newsmaker3 Date: Thu, 12 Jan 2023 17:33:28 +0300 Subject: [PATCH] fix: change '.NET Interactive' to 'Polyglot Notebook' The command '.NET Interactive: Create new blank notebook' is deprecated. VSCode suggests to use 'Polyglot Notebook: Create new blank notebook' instead. --- docs/bonus/notebooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bonus/notebooks.md b/docs/bonus/notebooks.md index 7328f88..d5566fd 100644 --- a/docs/bonus/notebooks.md +++ b/docs/bonus/notebooks.md @@ -23,7 +23,7 @@ First, we need to create a notebook: 1. In Visual Studio Code, navigate to **File** | **Close Workspace**. 2. Navigate to **View** | **Command Palette**. -3. Type `.net inter`, and then select **.NET Interactive: Create new blank notebook**, as shown in *Figure 1.16*: +3. Type `polyg`, and then select **Polyglot Notebook: Create new blank notebook**, as shown in *Figure 1.16*: ![Figure 1.16: Creating a new blank .NET notebook](images/B18856_01_16.png) *Figure 1.16: Creating a new blank .NET notebook*