Fix eslint diagnostics by passing worktree root during workspace init
This commit is contained in:
parent
02174084ca
commit
f9cd45269a
9 changed files with 45 additions and 16 deletions
|
@ -105,6 +105,7 @@ impl LspAdapter for JsonLspAdapter {
|
|||
|
||||
fn workspace_configuration(
|
||||
&self,
|
||||
_workspace_root: &Path,
|
||||
cx: &mut AppContext,
|
||||
) -> BoxFuture<'static, serde_json::Value> {
|
||||
let action_names = cx.all_action_names().collect::<Vec<_>>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue