Narrow language server reports for load

This commit is contained in:
Agus Zubiaga 2024-05-08 09:28:44 -03:00
parent accba0b75a
commit fb24111190
No known key found for this signature in database
3 changed files with 6 additions and 4 deletions

View file

@ -112,7 +112,7 @@ pub(crate) fn global_analysis(doc_info: DocInfo) -> Vec<AnalyzedDocument> {
src_dir,
roc_target::Target::LinuxX64,
roc_load::FunctionKind::LambdaSet,
roc_reporting::report::RenderTarget::Generic,
roc_reporting::report::RenderTarget::LanguageServer,
RocCacheDir::Persistent(cache::roc_cache_dir().as_path()),
roc_reporting::report::DEFAULT_PALETTE,
);