Get ESLint to launch and provide diagnostics

Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
Julia 2023-04-18 10:44:58 -04:00 committed by Max Brunsfeld
parent 6e68ff5a50
commit 2a5c0fa5f8
5 changed files with 82 additions and 14 deletions

View file

@ -2217,6 +2217,7 @@ impl Project {
move |params, mut cx| {
let languages = languages.clone();
async move {
dbg!(&params.items);
let workspace_config =
cx.update(|cx| languages.workspace_configuration(cx)).await;
Ok(params