-
Notifications
You must be signed in to change notification settings - Fork 65
Description
Is your feature request related to a problem? Please describe.
Code assistance using the generated system-objecttype-extensions.d.ts works well, except that we have a couple of LINK cartridges imported into our workspace, and one of them gets used instead of our own system object XML.
Describe the solution you'd like
I'd like to be able to pick up a specific system-objecttype-extensions.xml file, or multiple files, so that all our custom properties are present when editing code. This could be though configuration, or just by knowing where to put our file so that it gets picked up before external LINK cartridges.
Describe alternatives you've considered
We could delete the other XML files, but we're using Git submodules in some cases so this is a lot of work, and we'd prefer not to modify the upstream code at all.