Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jun 11, 2024
1 parent afe4382 commit c216c2c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions crates/biome_service/src/file_handlers/json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -441,10 +441,8 @@ fn code_actions(params: CodeActionsParams) -> PullActionsResult {

debug_span!("Code actions JSON", range =? range, path =? path).in_scope(move || {
let tree = parse.tree();
trace_span!("Parsed file", tree =? tree).in_scope(move || {
PullActionsResult {
actions: Vec::new(),
}
trace_span!("Parsed file", tree =? tree).in_scope(move || PullActionsResult {
actions: Vec::new(),
})
})
}
Expand Down

0 comments on commit c216c2c

Please sign in to comment.