Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.92.1
- OS Version: Linux x64 5.15.0-117-generic
Steps to Reproduce:
- When I start VSCode, the following command in setting.json:
"workbench.colorCustomizations": {
"terminal. background": "#fbfbfb"
},
my terminal back color will automatically be overwritten as
"workbench.colorCustomizations": {
"terminal. background": "#00000000"
},