Support better multi-root workspace configuration #883
agreedSkiing
started this conversation in
Ideas
Replies: 1 comment
-
Sounds like a reasonable feature to ask :) created #927 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I work in a project where we support a platform that has configuration that uses the default redhat.vscode-yaml for formatting with their settings defined in each .vscode/settings.json and some newer configuration projects that use prettier for formatting and here is where I run into a problem.
When opening multiple projects in a VSCode which creates a multi-root workspace the redhat.vscode-yaml configuration stops working ☹, and since there is no standard set in our projects the have different indentations and use of “ and ‘.
So it would be a great improvement to support multi-root workspaces in a wider scope, since I can’t have a one config fits all here.
Beta Was this translation helpful? Give feedback.
All reactions