mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-03 15:29:23 +00:00
Previously we just stored tool IDs that were selected. The downside is any new tools would never get selected, including new built-in ones, which could cause issues. This changes the model to instead remember the tools or tool sources that were unselected, such that new data sources or new tools added to existing undisabled data sources would get selected.