Description
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.85.0-insider (Universal)
- OS Version: Sonoma 14.0
Description: The setting 'workbench.editor.showTabs' is either listed incorrectly as available under the Folder settings, or is incorrectly showing an error when set under the folder settings. I'm not sure of the expected behavior (personally, I'd prefer it to be settable at the folder level rather than having to create a new profile just to change this setting, but regardless, the setting is confusing)
Steps to Reproduce:
- Leave the setting "workbench.editor.showTabs" as default (multiple)
- Open a folder and include the setting "workbench.editor.showTabs": "none" (setting can be adjusted in the json file without error, or found in the Settings UI.
- Close and reopen VS Code.
- Error notification appears: "Unable to write to Folder Settings because workbench.editor.showTabs does not support the folder resource scope."
Note: The change that I made to settings and subsequent changes to the folder do function and are saved correctly, but the error notification continues to appear. As far as I can tell, it's simply a bad error message, but obviously is concerning, since it (incorrectly) indicates I can't save folder settings.
