Kristian Duske
Kristian Duske
Same problem, I ended up having to disable the extension because VSCode became unusable.
None of this is necessary on my Windows box to run TB, so I'd rather think it's a problem with how your system is configured. Sorry :-(
I don't want to run windeployqt every build because it adds extra time, so I'd only merge solution 3.
I'll try to find out why it's working on my Windows machine without any of this.
@LogicAndTrick just to be sure, when you put Qt's `bin` folder in the `PATH`, it does work for you, right?
@LogicAndTrick I checked on my Windows boxes, and I have the Qt bin dir on my path, so that's why it works. But if you submit a PR with the...
This seems very specific to HL, so I'm not sure we should add any support except for parsing the FGD syntax.
I don't understand the feature well enough to give you proper design feedback, but generally speaking we should avoid new classes. If this member is only meaningful for some property...
Given my earlier comment about only adding support for parsing these definitions, why do you need to add anything to the property definitions at all?
But that aside, the way to model this really depends on how the feature works. The other subclasses of PropertyDefinition all represent different kinds of properties. If these IO properties...