Skip to content

Commit 0ec1d8d

Browse files
authored
Improve Getting Started section of the README (#921)
## Changes - Remove outdated section about javascript sdk - Add commands that are required for building and testing the extension ## Tests N/A
1 parent 5b8fb23 commit 0ec1d8d

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2725
yarn 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

3244
If you find an issue/bug or have a feature request, please file an issue here: https://github.com/databricks/databricks-vscode/issues/new

0 commit comments

Comments
 (0)