Skip to content

Commit

Permalink
Migrate EditedFilesLogger to ij-ext
Browse files Browse the repository at this point in the history
(cherry picked from commit 4df5bb8)
  • Loading branch information
Googler authored and mai93 committed Feb 26, 2024
1 parent 7cd5100 commit ebea85e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ext/proto/logentry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ message IntellijLogEntry {
ProjectInfo project_info = 19;
EditingEvent editing_event = 20;
IdeArtifactStats ide_artifact_stats = 21;
EditedFile edited_file = 22;
}
}

Expand Down Expand Up @@ -161,4 +162,10 @@ message IdeArtifactStats {
optional int64 size = 2;
}
}
}

message EditedFile {
optional string language = 1;
optional string extension = 2;
optional bool is_from_save = 3;
}

0 comments on commit ebea85e

Please sign in to comment.