forked from dotnet/interactive
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
1,355 additions
and
503 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
dotnet-interactive-*.vsix | ||
kernelApiBootstrapper.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
src/dotnet-interactive-vscode/stable/UPDATING-TO-NEW-VERSION-OF-STABLE.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Updating to new version of stable | ||
================================= | ||
|
||
1. `.\update-api.ps1` | ||
2. Copy `insiders\package.json` to `stable\` | ||
3. Copy `insiders\src\*` to `stable\src\*` **EXCEPT** for the `common` symlinked directory. | ||
4. Update verion number in `vscodeStableVersion.txt` | ||
5. `git add .`, `git commit` | ||
6. `.\update-api.ps1` | ||
7. `.\update-versions.ps1 -updateAll` | ||
8. Verify there are no surprises in the changes between steps 6 and this. | ||
|
||
At this point `stable\src\vscode.d.ts` (and `vscode.proposed.d.ts`) will exactly equal the files in `insiders\src`. | ||
|
||
Validating | ||
========== | ||
|
||
1. Use VSCode - Insiders to test the `stable` version of the code. Go through all scenarios in the `NotebookTestScript.dib` file at the root of the repo. | ||
2. Use VSCode - Insiders to test the `insiders` version of the code, exactly as above **EXCEPT** you'll have to manually drop the `engines.vscode` value in `package.json` | ||
since that version of Insiders doesn't exist yet. |
Oops, something went wrong.