mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
docs(extras): add comment how to enable project wide error reporting in vtsls
This commit is contained in:
parent
cb975d26d2
commit
9d48a1015b
1 changed files with 6 additions and 0 deletions
|
|
@ -122,6 +122,12 @@ return {
|
|||
functionLikeReturnTypes = { enabled = true },
|
||||
enumMemberValues = { enabled = true },
|
||||
},
|
||||
-- enables project wide error reporting similar to vscode
|
||||
-- tsserver = {
|
||||
-- experimental = {
|
||||
-- enableProjectDiagnostics = true,
|
||||
-- },
|
||||
-- },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue