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.
1 parent 9ff9029 commit 5e72f13Copy full SHA for 5e72f13
crates/biome_service/src/settings.rs
@@ -874,7 +874,7 @@ impl WorkspaceSettingsHandle {
874
}
875
876
/// Resolve the formatting context for the given language
877
- #[instrument(level = "debug", skip(file_source))]
+ #[instrument(level = "debug", skip(self, file_source))]
878
pub fn format_options<L>(
879
&self,
880
path: &BiomePath,
0 commit comments