ProbeJS

ProbeJS

3M Downloads

ProbeJS stopped generating definitions for most of the events?

BackupCup opened this issue ยท 3 comments

commented

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

commented

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

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

commented

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

commented

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