mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-13 23:01:09 -07:00
Force restart on trust level change to reload settings (#6713)
This commit is contained in:
@@ -22,6 +22,7 @@ describe('<MarkdownDisplay />', () => {
|
||||
{ path: '', settings: {} },
|
||||
{ path: '', settings: {} },
|
||||
[],
|
||||
true,
|
||||
);
|
||||
|
||||
beforeEach(() => {
|
||||
@@ -220,6 +221,7 @@ Another paragraph.
|
||||
{ path: '', settings: { showLineNumbers: false } },
|
||||
{ path: '', settings: {} },
|
||||
[],
|
||||
true,
|
||||
);
|
||||
|
||||
const { lastFrame } = render(
|
||||
|
||||
Reference in New Issue
Block a user