Closed PancakeTAS closed 4 months ago
Okay I think it's ready. I added basic syntax checking for the frontend, because adding actual error highlighting and stuff just straight up does not work with the frontend because of it's incredibly weird global scope. The spplice file has proper error checking again though, lol.
Also screw making a video, it'll go 10x quick if I just write it in text.
eslint
and eslint-language-server
(these are Arch packages, not necessary but they help get a summary of the whole codebase in one console command)bun i
to install the depsIf you wanna run Epochtal:
Once Epochtal is running, you can do these things:
epochtal.data
If you wanna bind starting and restarting Epochtal to a key, you have to bind Debug: Restart
aka workbench.action.debug.restart
in the settings and not any of the other ones.
This PR adds an epochtal-tailored ESLint configuration and fixes issues addressed by it. This PR also adds Bun files for quick launching of epochtal.
I will make a very short video outlining how to set stuff up (once the PR is ready), because VSCode makes this incredibly confusing.
Closes #67 Closes #30 Let's see if this works: Closes #55