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 6b8bf79 commit 46c314eCopy full SHA for 46c314e
packages/databricks-vscode/package.json
@@ -584,7 +584,7 @@
584
"scripts": {
585
"vscode:prepublish": "rm -rf out && yarn run package:compile && yarn run package:copy-webview-toolkit",
586
"package": "vsce package",
587
- "package:cli:fetch": "BRICKS_VERSION=v0.0.19 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}",
+ "package:cli:fetch": "BRICKS_VERSION=v0.0.20 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}",
588
"package:cli:link": "rm -f ./bin/bricks && ln -s ../../../../bricks/bricks bin",
589
"package:compile": "yarn run esbuild:base",
590
"package:copy-webview-toolkit": "cp ./node_modules/@vscode/webview-ui-toolkit/dist/toolkit.js ./out/toolkit.js",
0 commit comments