Skip to content

Commit 3655f8b

Browse files
bump bricks to v0.0.24 (#495)
This bump contains an increase to the upload timeout for files in workspace which is important to allow uploading large files to a repo Co-authored-by: Fabian Jakobs <fabian.jakobs@databricks.com>
1 parent f3803db commit 3655f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/databricks-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@
622622
"scripts": {
623623
"vscode:prepublish": "rm -rf out && yarn run package:compile && yarn run package:copy-webview-toolkit",
624624
"package": "vsce package --baseContentUrl https://github.com/databricks/databricks-vscode/blob/${TAG:-main}/packages/databricks-vscode --baseImagesUrl https://raw.githubusercontent.com/databricks/databricks-vscode/${TAG:-main}/packages/databricks-vscode",
625-
"package:cli:fetch": "BRICKS_VERSION=0.0.23 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}",
625+
"package:cli:fetch": "BRICKS_VERSION=0.0.24 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}",
626626
"package:cli:link": "rm -f ./bin/bricks && ln -s ../../../../bricks/bricks bin",
627627
"package:compile": "yarn run esbuild:base",
628628
"package:copy-webview-toolkit": "cp ./node_modules/@vscode/webview-ui-toolkit/dist/toolkit.js ./out/toolkit.js",

0 commit comments

Comments
 (0)