File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ Currently, we have the following packages:
1515 The VSCode extension for Databricks published to the VSCode marketplace.
1616- [ databricks-vscode-types] ( https://github.com/databricks/databricks-vscode/tree/main/packages/databricks-vscode-types )
1717 Type definition of the public API of the VSCode extension.
18- - [ databricks-sdk-js] ( https://github.com/databricks/databricks-vscode/tree/main/packages/databricks-sdk-js )
19- JavaScript and TypeScript SDK for the Databricks REST API.
2018
2119### Getting Started
2220
@@ -27,6 +25,20 @@ npm install -g yarn@2
2725yarn install
2826```
2927
28+ Prepare Databricks JavaScript SDK:
29+
30+ ```
31+ yarn run install:sdk
32+ ```
33+
34+ Prepare Databricks CLI:
35+
36+ ```
37+ yarn workspace databricks run package:cli:fetch
38+ ```
39+
40+ After that you are ready to build and test the ` databricks-vscode ` extension.
41+
3042### Found an issue?
3143
3244If you find an issue/bug or have a feature request, please file an issue here: https://github.com/databricks/databricks-vscode/issues/new
You can’t perform that action at this time.
0 commit comments