-
-
Notifications
You must be signed in to change notification settings - Fork 460
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
No support for language specific settings #386
Comments
VSCode only allows some settings in language settings. mostly Extensions are unaware of those settings when using Settings API.(Without re-implementing the logic) |
@CiGit corresponding issue is here: microsoft/vscode#26707 Still, it's clear that extensions can support it, as it can be retrieved as: workspace.getConfiguration().get('[markdown]')['prettier.tabWidth'] Are you trying to say that there's no plan to support that at this point |
Thanks for the link.
This is what I meant by re-implementing I'm pretty convinced this should be implemented by VSCode. We already have a mean to scope settings by language, prettier config files support that. |
Seems you use |
Sure, but I just wanted to address the prettier specificity, that for no code snippets it uses spaces instead of tabs (and then I would like to have it kept at Now it seems wrong to put it in
If I can have config at home directory that will affect any project, then indeed it can be solution (otherwise I don't want to pollute every single project repo with that). |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
e.g. having in VS Code settings:
Is reported as Uknown editor configuration setting and indeed has no effect
The text was updated successfully, but these errors were encountered: