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: 1) Install elan https://leanprover-community.github.io/install/linux.html 2) run command `source $HOME/.elan/env` 3) install vscode and plugin for vscode `lean4` 4) create enviroment for python 5) pip isntall mathlibtools 6) create project with `leanproject new project` 7) `cd project` 8) `code .`
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:
source $HOME/.elan/envlean4leanproject new projectcd projectcode .