LanguageServer.jl icon indicating copy to clipboard operation
LanguageServer.jl copied to clipboard

Show warnings when a request is slow

Open DanielVandH opened this issue 4 months ago • 1 comments

As discussed @davidanthoff , this outputs a warning when the duration of a request exceeds 1 second. I put the warning here instead of request_wapper so that the request name has a better formatting.

  • [x] Changelog mention. If this PR should be mentioned in the CHANGELOG for the Julia VS Code extension, please open a PR against https://github.com/julia-vscode/julia-vscode/blob/master/CHANGELOG.md with those changes.

DanielVandH avatar Sep 30 '24 20:09 DanielVandH