mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 18:44:30 -07:00
fix(core): update language detection to use LSP 3.18 identifiers (#21931)
This commit is contained in:
@@ -375,7 +375,7 @@ describe('telemetry', () => {
|
||||
|
||||
expect(mockServer.recordConversationInteraction).toHaveBeenCalledWith(
|
||||
expect.objectContaining({
|
||||
language: 'TypeScript',
|
||||
language: 'typescript',
|
||||
}),
|
||||
);
|
||||
});
|
||||
@@ -408,7 +408,7 @@ describe('telemetry', () => {
|
||||
|
||||
expect(mockServer.recordConversationInteraction).toHaveBeenCalledWith(
|
||||
expect.objectContaining({
|
||||
language: 'Python',
|
||||
language: 'python',
|
||||
}),
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user