Skip to content

Commit 3274997

Browse files
authored
Update 70checkmarketplace.yml
1 parent 692774c commit 3274997

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildspec/release/70checkmarketplace.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ phases:
3737
# keep installing the desired extension version until successful. Otherwise fail on codebuild timeout (1 hour).
3838
- |
3939
while true; do
40+
code --uninstall-extension "${extension_name}" --no-sandbox --user-data-dir /tmp/vscode
4041
code --install-extension "${extension_name}@${VERSION}" --no-sandbox --user-data-dir /tmp/vscode
4142
cur_version=$(code --list-extensions --show-versions --no-sandbox --user-data-dir /tmp/vscode | grep ${extension_name} | cut -d'@' -f2)
4243
if [ "${cur_version}" = "${VERSION}" ]; then

0 commit comments

Comments
 (0)