justarandomgeek / vscode-factoriomod-debug

Factorio Mod Tool Kit
Other
97 stars 21 forks source link

support zipped mods #90

Open drdozer opened 1 year ago

drdozer commented 1 year ago

It may be user error, but at the moment I can't convince the FMTK to tell vs code (actually codium) that the mod zip files contain code that it should be looking at. The zip archives appear to be opaque. I have to manually unzip them to make the code visible to codium, which is a bit painful, particularly when chasing issues where I don't know which archive to unzip. Is it possible for either FMTK directly, or some other dependent mod to teach codium about the mod zips?

gabfv commented 10 months ago

Do you have the "Zip File Explorer" (slevesque.vscode-zipexplorer) extension installed?

justarandomgeek commented 10 months ago

The integration with Zip File Explorer has been a little janky for a while, it will eventually be replaced with more direct zip support, but it's been fairly low priority since most people do just unzip things they're working on.