package v1.public.events.vsce

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ExtensionActivated

vscode.proto:11

message ExtensionColumnLineage

vscode.proto:185

message ExtensionColumnRename

vscode.proto:257

message ExtensionCompareFinished

vscode.proto:436

message ExtensionCompareRowOpened

vscode.proto:484

Emitted when the user opens (drills into) a single row in the Compare panel results table. Pairs with ExtensionCompareStarted/Finished via compare_id.

message ExtensionCompareStarted

vscode.proto:417

message ExtensionCompareViewed

vscode.proto:401

message ExtensionCtePreview

vscode.proto:159

message ExtensionGetStartedInteraction

vscode.proto:788

Emitted when the user interacts with the Get Started onboarding panel: either clicking a CTA or transitioning a step's status (including completing all steps).

message ExtensionGetSupportClicked

vscode.proto:302

message ExtensionGetSupportFormCancelled

vscode.proto:369

message ExtensionGetSupportFormShown

vscode.proto:318

message ExtensionGetSupportFormSubmitted

vscode.proto:350

message ExtensionGetSupportPanelClosed

vscode.proto:385

message ExtensionGetSupportPopupShown

vscode.proto:286

message ExtensionGetSupportUnverifiedNoticeShown

vscode.proto:334

message ExtensionLineageInteraction

vscode.proto:201

Emitted when the user interacts with the lineage panel (node click, context menu action, grain switch, or toolbar action). A single event covers all interaction types; distinguish between them via `interaction_type`.

message ExtensionLineageTabClicked

vscode.proto:172

message ExtensionLspCompile

vscode.proto:98

message ExtensionLspCompileStart

vscode.proto:61

message ExtensionModelDocsEnrichmentCompleted

vscode.proto:739

message ExtensionModelDocsManifestLoaded

vscode.proto:720

message ExtensionModelDocsPanelOpened

vscode.proto:698

message ExtensionModelDocsViewInDbtClicked

vscode.proto:767

message ExtensionModelRename

vscode.proto:244

message ExtensionOAuthSessionAdopted

vscode.proto:934

Emitted when the extension adopts an OAuth session from the on-disk session file into SecretStorage (cross-process credential sharing).

message ExtensionOAuthSessionPersisted

vscode.proto:953

Emitted when the extension persists its OAuth session to the on-disk session file.

message ExtensionQueryCompleted

vscode.proto:847

Emitted when a query in the Query Results panel finishes (success, failure, cancellation, or invalid target). Pairs with ExtensionQueryStarted via query_id.

message ExtensionQueryResultInteracted

vscode.proto:886

Emitted when a user interacts with the Query Results panel after results render. Correlates to a specific result set via query_id.

message ExtensionQueryStarted

vscode.proto:819

Emitted when a query begins in the Query Results panel. Pairs with ExtensionQueryCompleted via query_id.

message ExtensionRegisterClicked

vscode.proto:676

Emitted when the user clicks a control to begin registration Used to correlate subsequent registration events with the originating click

message ExtensionRegisterStarted

vscode.proto:526

Emitted if the user starts the registration flow. There are several UI affordances to do this.

message ExtensionRegistrationCompleted

vscode.proto:580

Emitted when the user successfully completes registration

message ExtensionRegistrationErrored

vscode.proto:643

Emitted when an error occurs during registration These are most likely to be caused by issues in code (bugs, unanticipated cases, regressiones)

message ExtensionRegistrationMessageDismissed

vscode.proto:509

Emited if the user dismiss a message prompting them to register the extension?

message ExtensionRegistrationTimedOut

vscode.proto:616

Once a user starts registration, they must complete it within 10 minutes After 10 minutes, the auth server shuts down and we emit this event

message ExtensionRegistrationUrlAttempted

vscode.proto:554

In vscode, extensions cannot automatically open external URLs Instead, vscode shows the user a modal with the URL The user can pick Open, Trust Domain, Copy, or Cancel Open or Trust Domain result in the URL opening, and url_opened will be true Cancel or Copy result in url_opened false If the user copied the URL, they may paste it into a browser to continue registration

message ExtensionShowCompiledFile

vscode.proto:231

message ExtensionTrialLightGateFired

vscode.proto:906

Emitted every time a trial-light gate fires for a user (CTA impression or action denial).

message ExtensionUsedBuildMenu

vscode.proto:270

message ExtensionUserStateChange

vscode.proto:143