Vanha frontend siirretty temp/. Uusi rakenne: - StatusBar.astro, Terminal.astro, Editor.astro, Guide.astro - global.css erillinen - Wasm pääsäikeessä (ei Worker — yksinkertainen, debugattava) - Tab-completion, dropdown, projektikortti, Monaco, GUIDE.md - Ei tokenisointia eikä koodilaboratoriota Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
7 lines
401 B
TypeScript
7 lines
401 B
TypeScript
/** Specifies whether or not telemetry is enabled or disabled. */
|
|
export declare const TELEMETRY_ENABLED = "telemetry.enabled";
|
|
/** Specifies when the user was informed of anonymous telemetry. */
|
|
export declare const TELEMETRY_NOTIFY_DATE = "telemetry.notifiedAt";
|
|
/** Specifies an anonymous identifier used to dedupe events for a user. */
|
|
export declare const TELEMETRY_ID = "telemetry.anonymousId";
|