chore(core): improve encapsulation and remove unused exports (#19556)

This commit is contained in:
Adam Weidman
2026-02-19 13:19:32 -07:00
committed by GitHub
parent 264c7aceaa
commit a468407098
10 changed files with 22 additions and 39 deletions
+1 -1
View File
@@ -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');