Fix formatting
This commit is contained in:
parent
de9bf6dfbd
commit
8136d8a8a6
19 changed files with 28 additions and 46 deletions
|
@ -99,10 +99,7 @@ impl LspAdapter for YamlLspAdapter {
|
|||
.log_err()
|
||||
}
|
||||
|
||||
fn workspace_configuration(
|
||||
&self,
|
||||
cx: &mut AppContext,
|
||||
) -> Option<BoxFuture<'static, Value>> {
|
||||
fn workspace_configuration(&self, cx: &mut AppContext) -> Option<BoxFuture<'static, Value>> {
|
||||
let settings = cx.global::<Settings>();
|
||||
Some(
|
||||
future::ready(serde_json::json!({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue