Prunoideae / ProbeJS

Supercharging your modpack experience.
GNU General Public License v3.0
46 stars 14 forks source link

ProbeJS stopped generating definitions for most of the events? #33

Closed BackupCup closed 1 year ago

BackupCup commented 1 year ago

After some time using ProbeJS generated .vscode and probe folders i tried to regenerate them (deleting them and jsconfig first). It generated new ones, but now VSCode just can't find any definitions for most events (for example event.recipes.create.sequenced_assembly and so on). I suspect this might actually be an issue with VSCode but im not sure.

latest.log

Prunoideae commented 1 year ago

Looks suspicious, can you try to F1 then restart TS language server?

Dumping should be deterministic between runs, probably a VSCode problem.

BackupCup commented 1 year ago

So, basically removing the kubejs scripts i had, dumping and then adding them back fixed the issue.

Prunoideae commented 1 year ago

Hmmm, might be related to how VSCode handles the project environment.