VSCode not recognizing generated swf library classes

I started using VSCode/VSHaxe a couple days ago (and I’m really loving it!). I have a project that references classes generated from a swf file and VSCode doesn’t seem to recognize any of them. In IntelliJ-idea I solved this by adding Export/flash/haxe/_generated/ as a module dependency in idea’s .iml data. But in VSCode I don’t know of a way to add a dependency without changing the project.xml, I’m I’m pretty sure adding an OpenFL classpath from the export path is like making a Rube Goldberg that divides by zero.

This is honestly the last thing blocking me from switching my main IDE to VSCode, so: is it possible? how?