Now only when I edit the file can it send diagnostics request to lsp
There's the consequent problem: Several long files' refactor hasn't been done before, but now open the project again the diagnostics won't automatically run. It need me to do a little move: an editing to trigger the diagnostics request's sending(means no red underwave could be shown right after I open vscode). I'm using vscode-nim-lsp(vscode extension) + nimlsp
When I reopen a middle scale project, I have to edit a char in every files one by one, because I don't remember which files have I edited and not completed before.
There seems to be no configure option in the extension to set 'do diagnostics when open vscode/project'