Multiple language-specific editor settings #24354
JackMyers001
started this conversation in
From VSCode
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In VS Code, you can configure language-specific editor settings for multiple languages at once (e.g. configure common settings for Astro, JavaScript and TypeScript):
.vscode/settings.json
In Zed, AFAIK you're required to manually create settings for each language:
.zed/settings.json
When you have more than a couple of lines of config you want shared across multiple languages (especially for JS/TS and friends), it becomes a chore to maintain and the chance of accidentally misconfiguring a language grows. Having a similar feature in Zed would be great.
Beta Was this translation helpful? Give feedback.
All reactions