Created
December 19, 2023 07:59
-
-
Save viiru-/400b1332a4d83901141b8d5c4e30aedc to your computer and use it in GitHub Desktop.
Find out why your pylsp plugins don't load
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import logging | |
from pylsp.config.config import Config | |
logging.basicConfig(level=logging.DEBUG) | |
conf = Config(None, None, None, None) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment