Skip to content

Commit

Permalink
codegen and format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Feb 24, 2025
1 parent defc0ff commit 770b708
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions crates/biome_service/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,6 @@ impl OverrideIncludes {
}
}


fn to_file_settings(
working_directory: Option<Utf8PathBuf>,
config: FilesConfiguration,
Expand All @@ -827,7 +826,6 @@ fn to_file_settings(
})
}


fn to_vcs_settings(config: VcsConfiguration) -> Result<VcsSettings, WorkspaceError> {
Ok(VcsSettings {
client_kind: config.client_kind,
Expand Down
1 change: 1 addition & 0 deletions packages/@biomejs/backend-jsonrpc/src/workspace.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 770b708

Please sign in to comment.