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.
2 parents a1eab51 + a5d12d2 commit 3e670b1Copy full SHA for 3e670b1
dsc_lib/src/dscresources/command_resource.rs
@@ -921,6 +921,8 @@ struct Trace {
921
level: TraceLevel,
922
fields: Fields,
923
target: Option<String>,
924
+ // `tracing` crate uses snake_case, but we can allow for camelCase to be consistent with JSON
925
+ #[serde(alias = "lineNumber")]
926
line_number: Option<u32>,
927
#[serde(rename = "span")]
928
_span: Option<HashMap<String, Value>>,
0 commit comments