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 a1ddd24 commit 0a0dc47Copy full SHA for 0a0dc47
buildspec/release/70checkmarketplace.yml
@@ -24,7 +24,7 @@ phases:
24
- VERSION=$(node -e "console.log(require('./packages/${TARGET_EXTENSION}/package.json').version);")
25
# get extension name, also an old version for beta testing
26
- |
27
- if [ "${TARGET_EXTENSION}" = "amazonq" ]; then
+ if false; then
28
extension_name="amazonwebservices.amazon-q-vscode"
29
beta_version="@1.43.0"
30
elif [ "${TARGET_EXTENSION}" = "toolkit" ]; then
0 commit comments