thingworx-field-work / ThingworxVSCodeProject

Develop thingworx models using a real IDE
MIT License
33 stars 17 forks source link

2.1 #46

Closed BogdanMihaiciuc closed 2 years ago

BogdanMihaiciuc commented 2 years ago

Resolves an issue that caused multiproject builds to fail on windows systems.

Added support for using inferred types in property declarations and data shape field declarations. (stefan-lacatus)

Resolved an issue that cause base type errors to report the invalid base types as undefined rather than the actual types.

Resolved an issue that caused permission decorators applied to templates to be incorrectly emitted as runtime permissions instead of instance runtime permissions. (stefan-lacatus)