Skip to content

Commit 2a343b9

Browse files
authored
fix image link to getting started guide (#446)
1 parent 60dcf80 commit 2a343b9

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

packages/databricks-vscode/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ In order to use this extension you need access to a Databricks workspace:
2323
3. Access to an interactive cluster or permissions to create a cluster
2424
4. Permissions to create Databricks Repos
2525

26-
## Documentation
26+
## Getting started
27+
28+
![configure](./images/configure.gif)
2729

28-
Comment out until the repo is public so the image can be loaded by the marketplace
30+
## Documentation
2931

3032
- The [Quick Start Guide](README.quickstart.md) provides an overview
3133
of common features.

packages/databricks-vscode/README.quickstart.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ The Databricks extension for VS Code allows you to develop for the Databricks La
3434
1. You can also select the first entry in the list to create a new cluster. Selecting the item will take you into the Databricks web application.
3535
2. We recommend creating a Personal Compute Cluster.
3636
5. Click the "gear" icon in the Repo tree item to select a repo to sync code to
37-
1. You can also select the first entry in the list to create a new Databricks repo. Selecting the item will take you into the Databricks web application.
38-
2. We recommend to not configure a git remote for you repo and do all git operations from the IDE
37+
1. You can also select the first entry in the list to create a new Databricks repo
3938

4039
![configure](./images/configure.gif)
4140

1.31 MB
Loading

packages/databricks-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@
621621
},
622622
"scripts": {
623623
"vscode:prepublish": "rm -rf out && yarn run package:compile && yarn run package:copy-webview-toolkit",
624-
"package": "BASE_URL=https://raw.githubusercontent.com/databricks/databricks-vscode/${TAG:-main}/packages/databricks-vscode && vsce package --baseContentUrl $BASE_URL --baseImagesUrl $BASE_URL",
624+
"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",
625625
"package:cli:fetch": "BRICKS_VERSION=0.0.21 && 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",
@@ -707,4 +707,4 @@
707707
],
708708
"report-dir": "coverage"
709709
}
710-
}
710+
}

0 commit comments

Comments
 (0)