mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2025-12-06 05:32:03 +01:00
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:
parent
802efa21b7
commit
e42f263d7f
|
|
@ -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*
|
*Figure 1.16: Creating a new blank .NET notebook*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue