We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is_via_ssh
1 parent f33019c commit 744891fCopy full SHA for 744891f
crates/telemetry_events/src/telemetry_events.rs
@@ -117,6 +117,7 @@ pub struct EditorEvent {
117
/// Whether the user has copilot enabled for the language of the file opened or saved
118
pub copilot_enabled_for_language: bool,
119
/// Whether the client is opening/saving a local file or a remote file via SSH
120
+ #[serde(default)]
121
pub is_via_ssh: bool,
122
}
123
@@ -175,6 +176,7 @@ pub struct EditEvent {
175
176
pub duration: i64,
177
pub environment: String,
178
/// Whether the edits occurred locally or remotely via SSH
179
180
181
182
0 commit comments