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 0b3cd0c commit c2ce32bCopy full SHA for c2ce32b
packages/databricks-vscode/package.json
@@ -525,7 +525,7 @@
525
"scripts": {
526
"vscode:prepublish": "rm -rf out && yarn run package:compile && yarn run package:copy-webview-toolkit",
527
"package": "vsce package",
528
- "package:cli:fetch": "BRICKS_VERSION=v0.0.7 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}",
+ "package:cli:fetch": "BRICKS_VERSION=v0.0.8 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}",
529
"package:cli:link": "rm -f ./bin/bricks && ln -s ../../../../bricks/bricks bin",
530
"package:compile": "yarn run esbuild:base --minify",
531
"package:copy-webview-toolkit": "cp ./node_modules/@vscode/webview-ui-toolkit/dist/toolkit.js ./out/toolkit.js",
0 commit comments