Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: drop bundled configuration schema #3

Merged
merged 2 commits into from
Nov 5, 2023
Merged

Conversation

nhedger
Copy link
Member

@nhedger nhedger commented Nov 5, 2023

This PR is a proposition to remove the configuration_schema.json file that we currently bundle with the extension.

Why

It no longer makes sense to bundle the file with the extension because we're no longer bundling Biome with the extension. Now that any version of Biome can be downloaded, the configuration schema wouldn't necessarily match anyway.

Going forward

I think user should be encouraged to set the $schema in their biome.json file to the URL that matches their version (or node_modules).

Copy link
Member

@ematipico ematipico left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you create an issue as a reminder to update the rust script that creates the file in the extension folder?

@nhedger
Copy link
Member Author

nhedger commented Nov 5, 2023

biomejs/biome#680

@nhedger nhedger merged commit f814d43 into main Nov 5, 2023
3 checks passed
@nhedger nhedger deleted the feat/drop-schema branch November 5, 2023 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants