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 e56ec00 commit c8569dfCopy full SHA for c8569df
crates/biome_service/src/workspace.rs
@@ -147,8 +147,6 @@ impl FeaturesSupported {
147
/// Adds the features that are enabled in `capabilities` to this result.
148
#[inline]
149
pub fn with_capabilities(mut self, capabilities: &Capabilities) -> Self {
150
- // Fix for #8209: Check if ANY formatting capability exists, not just format()
151
- // This ensures that files with format_range/format_on_type support are recognized
152
if capabilities.formatter.format.is_some()
153
|| capabilities.formatter.format_range.is_some()
154
|| capabilities.formatter.format_on_type.is_some()
0 commit comments