MCPcopy Create free account
hub / github.com/Exafunction/codeium-chrome / IdeInfo

Interface IdeInfo

src/common.ts:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49export interface IdeInfo {
50 ideName: string;
51 ideVersion: string;
52}
53
54export class LanguageServerServiceWorkerClient {
55 // Note that the URL won't refresh post-initialization.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected