Zulip Chat Archive
Stream: lean4
Topic: Unsaved buffers in vscode
Eric Wieser (Mar 28 2023 at 09:33):
In lean 3, it was possibly to open a lean 4 project, then create an unsaved buffer (new file) and write lean code in it. In lean 4, the file doesn't seem to compile properly until given a filename. Is this a consequence of a deliberate design change, or an unimplemented feature?
Max Nowak 🐉 (Mar 28 2023 at 10:25):
At least in VSCode, I can create a new unsaved file and Lean 4 will work in it, including infoview.
Last updated: Dec 20 2023 at 11:08 UTC