Skip to content

Instantly share code, notes, and snippets.

@viiru-
Created December 19, 2023 07:59
Show Gist options
  • Save viiru-/400b1332a4d83901141b8d5c4e30aedc to your computer and use it in GitHub Desktop.
Save viiru-/400b1332a4d83901141b8d5c4e30aedc to your computer and use it in GitHub Desktop.
Find out why your pylsp plugins don't load
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