We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e79237 commit 25f18beCopy full SHA for 25f18be
scripts/test.sh
@@ -11,7 +11,7 @@ main() {
11
version=$(./binaries/code-server* --version | head -1)
12
echo "Got '$version' for the version"
13
case $version in
14
- *2.*-vsc1.41.1) exit 0 ;;
+ *-vsc1.41.1) exit 0 ;;
15
*) exit 1 ;;
16
esac
17
}
0 commit comments