leanprover / vscode-lean4

Visual Studio Code extension for the Lean 4 proof assistant
Apache License 2.0
158 stars 48 forks source link

feat: [lean4web] customizable project precondition checks #497

Open abentkamp opened 2 months ago

abentkamp commented 2 months ago

This is a pure refactoring. The behavior of the code has not changed.

This allows us to remove the project precondition checks. They require a file system and lean/lake executables, both of which are hard to emulate in a browser environment.