mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-06-19 04:18:11 -06:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
d755728ed8 | |||
c17566fd5f | |||
f9351861bd | |||
1634a2a507 |
@ -21,7 +21,7 @@ if [ -f "/home/extensions.json" ]; then
|
|||||||
jsonExtensions=$(cat /home/extensions.json)
|
jsonExtensions=$(cat /home/extensions.json)
|
||||||
|
|
||||||
# Use jq to extract the extension parameter from the JSON array
|
# Use jq to extract the extension parameter from the JSON array
|
||||||
extensions=$(echo $jsonExtensions | jq -r '.[].extensionsGroup[].extensions[].uniqueIdentifier')
|
extensions=$(echo $jsonExtensions | jq -r '.[].extensionsGroup.extensions[].uniqueIdentifier')
|
||||||
|
|
||||||
# Loop through the extensions and process each element
|
# Loop through the extensions and process each element
|
||||||
for extension in $extensions; do
|
for extension in $extensions; do
|
||||||
|
@ -1 +1 @@
|
|||||||
1.1.0
|
1.1.4
|
Reference in New Issue
Block a user