Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import { Connection } from 'vscode-languageserver';
|
||||
import { TelemetryEvent, Telemetry } from '../languageservice/telemetry';
|
||||
export declare class TelemetryImpl implements Telemetry {
|
||||
private readonly connection;
|
||||
constructor(connection: Connection);
|
||||
send(event: TelemetryEvent): void;
|
||||
sendError(name: string, error: unknown): void;
|
||||
sendTrack(name: string, properties: unknown): void;
|
||||
}
|
||||
Reference in New Issue
Block a user