From 7df4c16fa46402bc869386626c71b6dc8cf8ee83 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 3 Apr 2025 14:40:18 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-03 14:40:18 --- .config/helix/languages.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 10d73cb0..87b0aa43 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -1,8 +1,8 @@ # [language-server.basedpyright] # command = "basedpyright" -[language-server.basedpyright] -command = "basedpyright" -args = ["--stdio"] +# [language-server.basedpyright] +# command = "basedpyright" +# args = ["--stdio"] [language-server.basedpyright.config.basedpyright.analysis] typeCheckingMode = "standard" inlayHints.genericTypes = true