mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-08-04 10:08:30 +00:00
just check stdin
This commit is contained in:
parent
bec8f40292
commit
ed70408ba7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ use tower_lsp_server::Server;
|
|||
use crate::server::DjangoLanguageServer;
|
||||
|
||||
pub fn run() -> Result<()> {
|
||||
if std::io::stdin().is_terminal() && std::io::stdout().is_terminal() {
|
||||
if std::io::stdin().is_terminal() {
|
||||
eprintln!(
|
||||
"---------------------------------------------------------------------------------"
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue