Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MANUAL-TESTING.md #3388

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MANUAL-TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manually testing the Polyglot Extension for VS Code
===================================================

1. Install the latest VS Code - Insiders from [here](https://code.visualstudio.com/insiders/).
2. Install the latest dotnet 7 SDK from [here](https://dotnet.microsoft.com/en-us/download).
2. Install the latest dotnet 8 SDK from [here](https://dotnet.microsoft.com/en-us/download).
3. From the internal signed build ([here](https://dev.azure.com/dnceng/internal/_build?definitionId=743&_a=summary)), find the latest passing build from `main`.
4. Download the artifact `vscode/insiders/dotnet-interactive-vscode-*.vsix`.
5. Launch VS Code - Insiders, open the extensions tab, then manually install the VSIX downloaded in the previous step.
Expand Down
Loading