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

Proposal to add extensions.json #243

Closed
Jacksondr5 opened this issue May 30, 2024 · 1 comment · Fixed by #257
Closed

Proposal to add extensions.json #243

Jacksondr5 opened this issue May 30, 2024 · 1 comment · Fixed by #257

Comments

@Jacksondr5
Copy link
Contributor

I started working on #169 and noticed that my editor was running Prettier as the default formatter on save, causing a lot of noisy changes. After looking in the .vscode/settings.json, I noticed that the default formatter was set to "biomejs.biome", which I think references the Biome extension. Problem is that I don't have this extension, so my editor is defaulting back to Prettier.

Would y'all be open to adding a .vscode/extensions.json to prompt contributers to install the extensions that are already configured in settings.json? Based on what I can gather from the settings.json, I think the extensions.json would be something like this:

{
  "recommendations": ["biomejs.biome", "bradlc.vscode-tailwindcss", "unifiedjs.vscode-mdx"]
}

Not 100% sure about the mdx one, there are several options and I'm not sure which one "mdx.experimentalLanguageServer": true is referring to in the settings.

Happy to offer a PR for it.

@juliusmarminge
Copy link
Member

sure

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 a pull request may close this issue.

2 participants