All workbench.colorCustomizations settings from user settings.json are copied to code-workspace file whenever DBCode extension is used. In my particular case, the code-workspace file is part of git repo and every time DBCode is used, source control shows code-workspace as modified.
Repro steps
- Have
workbench.colorCustomizations in user settings.json
- Use DBCode extension.
- See
workbench.colorCustomizations copied to workspace file.
Expected Behavior
Using DBCode should not modify code-workspace file.
Actual Behavior
Code-workspace file is modified.
Environment
- DBCode version: 1.17.34
- VS Code (or fork) version: 1.106.0
- OS: Windows 11 (WSL)
- Database: MariaDB
- Connection: direct