You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution that worked for me:
I you run mpf in Python Virtual Environment (venv) then mpfls also has to be run in that venv.
For example create a script that activate venv and run mpfls and add that script as Executable for yaml in
"Settings -> Languages & Frameworks -> Language Server Protocol -> Server Definitions".
The README do not cover that case.
Solution that worked for me:
I you run mpf in Python Virtual Environment (venv) then mpfls also has to be run in that venv.
For example create a script that activate venv and run mpfls and add that script as
Executable
foryaml
in"Settings -> Languages & Frameworks -> Language Server Protocol -> Server Definitions".
I created a PR to enhance the doc. #13
The text was updated successfully, but these errors were encountered: