VS Code: remove matter of taste tabs customization #12058
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe problem solved by the proposed pull request
There is a lot of very useful project specific configuration contributed by @dagar in the .vscode folder for the PX4 repo. But this setting is a matter of taste changing the UI behavior for the editor and not project specific. It determines if new code tabs are kept open when you just take a quick glance without changing anything. Since this feature is default and I like it a lot I would prefer to not have it disabled for PX4 by workspace settings.
Note: When you want to keep a tab that is in preview mode open you can double click to open it, double click on the tab name or press Ctrl+K followed by Enter.
Test data / coverage
Without these lines it runs again like expected.
Describe your preferred solution
Can we have matter of taste settings kept in our local user configuration?