Load sysimage project dependent (in Atom/VSCode)

Is it possible to load sysimages project dependent, in the following sense:
If the project folder contains a sysimage, then the sysimage is loaded, otherwise not.

I would know how to do this via scripts, but I don’t know how to make this work in an IDE (preferably Atom, but VSCode solutions would be nice as well).

vscode has a per-project sysimage feature.

I think you can turn it on in setting. To build an image, just command pallette → Build Tasks…-> then choose build custom image for ur project.toml. You can find relevant in the vscode julia extension docs I believe.

1 Like