Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: preference to limit thread count of the LS #2350

Merged
merged 1 commit into from
Feb 7, 2024

Commits on Feb 7, 2024

  1. feat: preference to limit thread count of the LS

    Added a new preference (`arduino.language.asyncWorkers`) to control the
    number of async workers used by `clangd`.
    Users can fine tune the `clangd` thread count to overcome the excessive
    CPU usage.
    
    Use 0.1.2 Arduino Tools VSIX in IDE2.
    
    Ref: arduino/arduino-language-server#177
    Ref: arduino/vscode-arduino-tools#46
    
    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    e983487 View commit details
    Browse the repository at this point in the history