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.
This commit is contained in:
newsmaker3 2023-01-12 17:33:28 +03:00 committed by GitHub
parent 802efa21b7
commit e42f263d7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ First, we need to create a notebook:
1. In Visual Studio Code, navigate to **File** | **Close Workspace**. 1. In Visual Studio Code, navigate to **File** | **Close Workspace**.
2. Navigate to **View** | **Command Palette**. 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](images/B18856_01_16.png)
*Figure 1.16: Creating a new blank .NET notebook* *Figure 1.16: Creating a new blank .NET notebook*