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
The Polyglot Notebok extension requires the dotnet SDK version 7.0 or later, and it can be installed from [here](https://dotnet.microsoft.com/en-us/download). Once installed please restart VS Code.
Copy file name to clipboardExpand all lines: src/dotnet-interactive-vscode/UPDATING-TO-NEW-VERSION-OF-STABLE.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,18 @@ Updating to new version of stable
2
2
=================================
3
3
4
4
1. Copy `<root>/src/dotnet-interactive-vscode-insiders/package.json` to `<root>/src/dotnet-interactive-vscode/`
5
-
2. Copy `<root>/src/dotnet-interactive-vscode-insiders/src/*` to `<root>/src/dotnet-interactive-vscode/src/`**EXCEPT** for the `vscode-common` symlinked directory.
6
-
3. Increment verion number in `vscodeStableVersion.txt` to match the upcoming stable release of VS Code.
7
-
4.`.\update-api.ps1`
8
-
5.`.\update-versions.ps1 -updateAll`
9
-
6. For each directory:
5
+
2. Copy `<root>/src/dotnet-interactive-vscode-insiders/help/*` to `<root>/src/dotnet-interactive-vscode/help/`
6
+
3. Copy `<root>/src/dotnet-interactive-vscode-insiders/src/*` to `<root>/src/dotnet-interactive-vscode/src/`**EXCEPT** for the `vscode-common` symlinked directory.
7
+
4. Increment verion number in `vscodeStableVersion.txt` to match the upcoming stable release of VS Code.
The Polyglot Notebok extension requires the dotnet SDK version 7.0 or later, and it can be installed from [here](https://dotnet.microsoft.com/en-us/download). Once installed please restart VS Code.
0 commit comments