Move settings error throwing to loadSettings (#7605)

This commit is contained in:
Tommaso Sciortino
2025-09-03 10:41:53 -07:00
committed by GitHub
parent 54c8f6ae1e
commit ad539bcb87
14 changed files with 50 additions and 205 deletions
@@ -63,7 +63,6 @@ const createMockSettings = (
},
path: '/workspace/settings.json',
},
[],
true,
new Set(),
);
@@ -188,7 +187,6 @@ describe('SettingsDialog', () => {
},
path: '/workspace/settings.json',
},
[],
true,
new Set(),
);