mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
Revert "Ignore workspace settings for untrusted folders" (#6672)
This commit is contained in:
parent
fd64d89da0
commit
52e340a11b
16 changed files with 122 additions and 386 deletions
|
|
@ -1270,7 +1270,6 @@ describe('Settings Loading and Merging', () => {
|
|||
expect(loadedSettings.workspace.settings.contextFileName).toBe(
|
||||
'MY_AGENTS.md',
|
||||
);
|
||||
// This test assumes a trusted workspace, so the workspace setting should apply.
|
||||
expect(loadedSettings.merged.contextFileName).toBe('MY_AGENTS.md');
|
||||
expect(loadedSettings.merged.theme).toBe('matrix'); // User setting should still be there
|
||||
expect(fs.writeFileSync).toHaveBeenCalledWith(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue