Update README setup instructions#1911
Merged
Merged
Conversation
*Why*: * The setup steps were stale: they pinned yarn v2 while the repo's package.json declares yarn@3, and they referenced an `install:sdk` step that no longer exists. *What:* * Bump `npm install -g yarn@2` to `yarn@3` to match `packageManager` in package.json. * Drop the obsolete `yarn run install:sdk` step; `@databricks/sdk-experimental` is a regular npm dependency installed by `yarn install`. *Verification:* * Confirmed no `install:sdk` script remains in any package.json and that `@databricks/sdk-experimental` is a dependency in packages/databricks-vscode/package.json. * Confirmed `packageManager` is `yarn@3.2.1`. Co-authored-by: Isaac
Contributor
|
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below: Trigger: Inputs:
Checks will be approved automatically on success. |
misha-db
approved these changes
Jun 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The setup steps in the root
README.mdwere stale: they pinned yarn v2 whilepackage.jsondeclaresyarn@3.2.1, and they referenced aninstall:sdkstep that no longer exists.What
npm install -g yarn@2→yarn@3to matchpackageManagerinpackage.json.yarn run install:sdkstep.@databricks/sdk-experimentalis now a regular npm dependency installed automatically byyarn install.Verification
install:sdkscript remains in anypackage.json.@databricks/sdk-experimentalis a dependency inpackages/databricks-vscode/package.json.packageManagerisyarn@3.2.1.This pull request and its description were written by Isaac.