herbix / hoi4modutilities

A VSCode extension that contains utilities for Heart of Iron IV mods developers
MIT License
74 stars 9 forks source link

[Feature request] Ability to render mod resources as well as other mods resoruces #51

Open AndreasBrostrom opened 1 year ago

AndreasBrostrom commented 1 year ago

Is your feature request related to a problem? Please describe. I am missing ability to render mod graphis and resources from my mod or other mods. image

Describe the solution you'd like I whould like to be able to define additional paths in the config to make the extension be able to import other mods resources as well:

{
    "settings": {
        "hoi4ModUtilities.modPaths": [
          "path\\to\\a\\parent\\mod",
          "path\\to\\another\\mod2"
        ]
    }
}

Describe alternatives you've considered All indexed folders in workspace should just work without any settings adjustments. image

Additional context N/A