You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-15Lines changed: 29 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,11 @@ useEffect(() => {
42
42
})
43
43
```
44
44
45
+
### Current hacks:
46
+
47
+
(Currently, this is all necessary for a functioning setup. However, we hope to remove some of these
48
+
steps in the future and fix them properly.)
49
+
45
50
For some reason, the file (here `test.lean`) cannot be at the root of the file system, i.e., not `/test.lean` instead of `/project/test.lean`. (TODO: find out why)
46
51
47
52
The package uses the Lean 4 VSCode extension, which is intended to run in a nodejs runtime. Therefore, we need to install node polyfills.
0 commit comments