Zulip Chat Archive

Stream: new members

Topic: Lean won't stop loading


Christian Kolker (Jun 02 2022 at 14:09):

So I recently installed VScode and downloaded the Lean tutorial projects. However, every time I clicked in on something in the projects It will never stop loading. I think it is a problem with the path, but I am not sure exactly what is wrong?

Martin C. Martin (Jun 02 2022 at 14:10):

What commands did you use to download? You often need to download the compiled files separately from the .lean files.

Martin C. Martin (Jun 02 2022 at 14:10):

If you use leanproject to download them, instead of git directly, it downloads both.

Martin C. Martin (Jun 02 2022 at 14:11):

What exactly happens in VS Code? Is there an animated icon or a message or something?

Christian Kolker (Jun 02 2022 at 14:13):

In VS Code, I can open the tutorial projects and have access to them, but it just continuously loads every single line. The message just says loading

Christian Kolker (Jun 02 2022 at 14:15):

I used "leanproject get tutorials" in git bash for my command to download it all

Kevin Buzzard (Jun 02 2022 at 15:10):

That's the correct way to download the tutorial; did the command give you any errors? And did you open the root directory of the project folder with VS Code's "open folder" functionality (as opposed to just opening a random file in the tutorial, which will not work)?

Kevin Buzzard (Jun 02 2022 at 15:10):

That's the correct way to download the tutorial; did the command give you any errors? And did you open the root directory of the project folder with VS Code's "open folder" functionality (as opposed to just opening a random file in the tutorial, which will not work)?

Patrick Massot (Jun 02 2022 at 15:15):

Kevin, aren't you supposed to be out there cheering on your queen?

Kevin Buzzard (Jun 02 2022 at 15:16):

oh lol maybe. I'm actually in France ;-) (or possibly Switzerland)

Martin C. Martin (Jun 02 2022 at 16:09):

70 years is an impressively long reign.

Julian Berman (Jun 02 2022 at 16:13):

Kevin's probably more focused on when she gets to 37 * 2. I guess that will be her platinum jubilean.

Christian Kolker (Jun 02 2022 at 17:57):

I ended up fixing it by re-downloading the tutorials and setting up the path correctly
Thank you for responding though


Last updated: Dec 20 2023 at 11:08 UTC