mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 19:14:33 -07:00
chore(core): improve encapsulation and remove unused exports (#19556)
This commit is contained in:
@@ -38,7 +38,7 @@ export function isCloudShell(): boolean {
|
||||
return !!(process.env['EDITOR_IN_CLOUD_SHELL'] || process.env['CLOUD_SHELL']);
|
||||
}
|
||||
|
||||
export function isJetBrains(): boolean {
|
||||
function isJetBrains(): boolean {
|
||||
return !!process.env['TERMINAL_EMULATOR']
|
||||
?.toLowerCase()
|
||||
.includes('jetbrains');
|
||||
|
||||
Reference in New Issue
Block a user