Skip to content

Commit 7b47350

Browse files
committed
Updated Sanity Check (markdown)
1 parent fa94712 commit 7b47350

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Sanity-Check.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,7 @@ Supported builds and flavors (all):
7878
| Linux (x64, ARM64) | Archive, Deb, RPM, Snap, Server, CLI |
7979
| Windows (x64, ARM64) | Archive, User Installer, System Installer, Server, CLI |
8080
| macOS (x64, ARM64) | Archive, Universal Archive, Server, CLI |
81-
82-
For testing Linux Server and CLI, run these commands one after the other and verify a working VS Code in web connected via tunnel:
83-
```sh
84-
npx @vscode/vscode-bisect@latest --commit <commit SHA of build to test> --quality stable --flavor cli-linux-amd64
85-
npx @vscode/vscode-bisect@latest --commit <commit SHA of build to test> --quality stable --flavor cli-linux-arm64
86-
npx @vscode/vscode-bisect@latest --commit <commit SHA of build to test> --quality stable --flavor cli-linux-armv7
87-
npx @vscode/vscode-bisect@latest --commit <commit SHA of build to test> --quality stable --flavor cli-alpine-amd64
88-
npx @vscode/vscode-bisect@latest --commit <commit SHA of build to test> --quality stable --flavor cli-alpine-arm64
89-
```
81+
| Linux Server/CLI. | AMD64, ARM64, ARMv7, Alpine AMD64, Alpine ARM64 |
9082

9183
## Client Testing Steps
9284

0 commit comments

Comments
 (0)