diff options
| author | christine betts <[email protected]> | 2025-08-11 21:01:37 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-11 21:01:37 +0000 |
| commit | 0e98641b51270f2f63ffb30902b44903d8e88383 (patch) | |
| tree | b6a96a2475115d7bc7f6dfa12a66c1d2ead7d244 /packages/cli/src/ui/App.tsx | |
| parent | 4656f17524ce4f580ceb9a9a2599728739d40fdc (diff) | |
Add support for VSCode-like editors (#5699)
Co-authored-by: Jacob Richman <[email protected]>
Diffstat (limited to 'packages/cli/src/ui/App.tsx')
| -rw-r--r-- | packages/cli/src/ui/App.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/cli/src/ui/App.tsx b/packages/cli/src/ui/App.tsx index aff3fac3..c4f67294 100644 --- a/packages/cli/src/ui/App.tsx +++ b/packages/cli/src/ui/App.tsx @@ -939,8 +939,7 @@ const App = ({ config, settings, startupWarnings = [], version }: AppProps) => { {shouldShowIdePrompt ? ( <IdeIntegrationNudge - question="Do you want to connect your VS Code editor to Gemini CLI?" - description="If you select Yes, we'll install an extension that allows the CLI to access your open files and display diffs directly in VS Code." + ideName={config.getIdeClient().getDetectedIdeDisplayName()} onComplete={handleIdePromptComplete} /> ) : isFolderTrustDialogOpen ? ( |
