Zulip Chat Archive
Stream: mathlib4
Topic: Help Needed: Software Execution Issue of Lean4
泡泡 (May 03 2025 at 14:49):
I'm encountering a problem while using Lean4 in combination with VS Code for theorem proving, and I'm now seeking help from everyone.
During the operation, I wrote Lean4 code following the regular steps and attempted to conduct theorem proving. However, the expected green checkmark symbol didn't appear, which means there was no feedback on the execution result. I have confirmed that the Lean4 extension in VS Code has been correctly installed, and all relevant dependencies have also been set up properly.
I have tried restarting VS Code, and even reinstalling the Lean4 extension and the related environment, but the problem still persists. Currently, I'm not sure whether there is a logical error in the code or there are some omissions in the environment configuration.
Kyle Miller (May 03 2025 at 15:39):
If you run the command lake build from the root of your project, do you get any feedback?
Maja Kądziołka (May 04 2025 at 00:29):
If you make an intentional error, do you get notified of it?
Last updated: Dec 20 2025 at 21:32 UTC