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 1850d1c commit 29a93a0Copy full SHA for 29a93a0
packages/databricks-vscode/package.json
@@ -522,7 +522,7 @@
522
"scripts": {
523
"vscode:prepublish": "rm -rf out && yarn run package:compile && yarn run package:copy-webview-toolkit",
524
"package": "vsce package",
525
- "package:cli:fetch": "BRICKS_VERSION=v0.0.14 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}",
+ "package:cli:fetch": "BRICKS_VERSION=v0.0.15 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}",
526
"package:cli:link": "rm -f ./bin/bricks && ln -s ../../../../bricks/bricks bin",
527
"package:compile": "yarn run esbuild:base",
528
"package:copy-webview-toolkit": "cp ./node_modules/@vscode/webview-ui-toolkit/dist/toolkit.js ./out/toolkit.js",
0 commit comments