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 5370f78 commit 486652aCopy full SHA for 486652a
ci/build/test-standalone-release.sh
@@ -15,7 +15,7 @@ main() {
15
./release-standalone/bin/code-server --extensions-dir "$EXTENSIONS_DIR" --install-extension ms-python.python
16
local installed_extensions
17
installed_extensions="$(./release-standalone/bin/code-server --extensions-dir "$EXTENSIONS_DIR" --list-extensions 2>&1)"
18
- if [[ $installed_extensions != "info Using config file ~/.config/code-server/config.yaml
+ if [[ $installed_extensions != *"info Using config file ~/.config/code-server/config.yaml
19
ms-python.python" ]]; then
20
echo "Unexpected output from listing extensions:"
21
echo "$installed_extensions"
0 commit comments