Skip to content

Commit ed0f0ea

Browse files
authored
Merge pull request che-incubator#530 from che-incubator/updatepackagelockjson
chore: Add devfile.vscode-devfile artifact
2 parents ee5d192 + bab3d83 commit ed0f0ea

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

build/artifacts/artifacts.lock.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ artifacts:
1414
- download_url: https://github.com/microsoft/vscode-js-profile-visualizer/releases/download/v1.0.10/ms-vscode.vscode-js-profile-table.1.0.10.vsix
1515
filename: ms-vscode.vscode-js-profile-table.1.0.10.vsix
1616
checksum: sha256:7361748ddf9fd09d8a2ed1f2a2d7376a2cf9aae708692820b799708385c38e08
17+
# devfile.vscode-devfile
18+
- download_url: https://github.com/devfile/vscode-walkthrough-extension/releases/download/v0.0.4/devfile.vscode-devfile.0.0.4.vsix
19+
filename: devfile.vscode-devfile.0.0.4.vsix
20+
checksum: sha256:c55a6c1d087e7715bfacb01c0c2b52ef0f935d85f0707265d9068cd64143744c
1721
# ripgrep-ppc64le
1822
- download_url: https://github.com/microsoft/ripgrep-prebuilt/releases/download/v13.0.0-4/ripgrep-v13.0.0-4-powerpc64le-unknown-linux-gnu.tar.gz
1923
filename: ripgrep-v13.0.0-4-powerpc64le-unknown-linux-gnu.tar.gz

code/product.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@
8383
},
8484
{
8585
"name": "devfile.vscode-devfile",
86-
"version": "0.0.2",
86+
"version": "0.0.4",
87+
"sha256": "c55a6c1d087e7715bfacb01c0c2b52ef0f935d85f0707265d9068cd64143744c",
8788
"repo": "https://github.com/devfile/vscode-walkthrough-extension"
8889
}
8990
],

0 commit comments

Comments
 (0)