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 70bbdb1 commit da9007fCopy full SHA for da9007f
crates/emmylua_ls/src/context/file_diagnostic.rs
@@ -218,9 +218,6 @@ impl FileDiagnostic {
218
219
let (tx, mut rx) = tokio::sync::mpsc::channel::<Option<(Vec<Diagnostic>, Uri)>>(100);
220
let valid_file_count = main_workspace_file_ids.len();
221
- if valid_file_count == 0 {
222
- return result;
223
- }
224
225
let analysis = self.analysis.clone();
226
for file_id in main_workspace_file_ids {
0 commit comments