diff options
| author | christine betts <[email protected]> | 2025-08-14 14:57:36 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-14 14:57:36 +0000 |
| commit | d6403c67ee18971829736b78cca354f088f0aeee (patch) | |
| tree | c397bef414a5cf705f42519fbd8870ffa300dcc4 /packages/core/src/ide/constants.ts | |
| parent | 2fc1ef7d59780bae9a1705cafbd78bd2567f117e (diff) | |
[ide-mode] Suggest the extension name in the installation messages (#6182)
Diffstat (limited to 'packages/core/src/ide/constants.ts')
| -rw-r--r-- | packages/core/src/ide/constants.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/core/src/ide/constants.ts b/packages/core/src/ide/constants.ts new file mode 100644 index 00000000..f1f066c4 --- /dev/null +++ b/packages/core/src/ide/constants.ts @@ -0,0 +1,7 @@ +/** + * @license + * Copyright 2025 Google LLC + * SPDX-License-Identifier: Apache-2.0 + */ + +export const GEMINI_CLI_COMPANION_EXTENSION_NAME = 'Gemini CLI Companion'; |
