-
Notifications
You must be signed in to change notification settings - Fork 133
unresolved import 'json' #557
Comments
|
@jakebailey Thanks for your explanation。 In some cases,configuration will be shared between some computers, an absolute path may cause inconvenience。Is there some method to solve this? Thanks |
Maybe environment variables? |
This option is something we've defined, so theoretically we could expand One thing you could try for now is to have the python executable you want in your |
@jakebailey I understand your meaning, thanks |
Hi,
I use mspls in sublime-text-3, and config like blew:
When I set
InterpreterPath
to a value contains~
like"~/.pyenv/shims/python"
, LSP will always complain messages likeunresolved import os
Is it becase mslsp does not support
~
path?Thanks
The text was updated successfully, but these errors were encountered: