Replies: 1 comment
-
I don't have much familiarity with those but there are two ways to configure the location of environments: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've just started looking at
hatch
after the recent announcement and I was wondering what the recommended/suggested/common configuration for LSP servers are, that people use.In particular, I tried adding an additional environment to my config:
And told
emacs
to runhatch run lsp:pylsp
, which mostly works but not quite completely. Go-to-definition doesn't work, which is usually because the LSP server isn't aware of the environment in which the package is installed, but I don't believe that's the case here. What do people usually do?Beta Was this translation helpful? Give feedback.
All reactions