vscode-lean
vscode-lean copied to clipboard
Waiting for Lean server to start...
I am using distribution manjaro linux.
vscode https://aur.archlinux.org/packages/visual-studio-code-bin
lean 4 plugin.
I get the following error when trying to get the result of interpreting the proof on lean:
`Waiting for Lean server to start...
I did about the following steps in order to work with lean:
- Install elan https://leanprover-community.github.io/install/linux.html
- run command
source $HOME/.elan/env - install vscode and plugin for vscode
lean4 - create enviroment for python
- pip isntall mathlibtools
- create project with
leanproject new project -
cd project -
code .
This description mixes Lean 3 and Lean 4 so it cannot work. You should decide which version you want to use. mathlibtools and leanproject are Lean 3 only, and you opened this issue for Lean 3 vscode extension.
Thanks for the advice. Installing the Lean 3 plugin helped me.