Skip to content

fix: send pylsp output to devnull#27

Merged
wakonig merged 1 commit intomainfrom
fix/pylsp_output
Oct 22, 2025
Merged

fix: send pylsp output to devnull#27
wakonig merged 1 commit intomainfrom
fix/pylsp_output

Conversation

@wakonig
Copy link
Member

@wakonig wakonig commented Oct 22, 2025

Description

We are not using the lsp output so we should send it instead to devnull.

Copilot AI review requested due to automatic review settings October 22, 2025 07:58
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR redirects the pylsp server's standard output and error streams to /dev/null instead of capturing them in pipes, since the output is not being used by the application.

Key changes:

  • Modified subprocess configuration to send pylsp output streams to DEVNULL instead of PIPE

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@wakonig wakonig merged commit 30c866a into main Oct 22, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants