-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Summary
A setting in VSCode that will run the Load schema function automatically each time the minDynatraceVersion is changed.
Details
When developing, sometimes one forgets the minDynatraceVersion has changed and will perform changes in the extension YAML that are validated, and then notice that they are actually not valid at the moment of upload, possibly causing you to have to re-factor stuff. Having the schema be loaded automatically when the version changes could potentially make development faster and easier.
Use Cases
When developing extensions, not having to care about what schema the VSCode add-on is using, as it will always use the one I have as the minDynatraceVersion would make developing much easier.
Challenges
This should be a setting in case someone wants to work as it always have, by running the Load schema function. Maybe loading it very often could have some issues, maybe performance, but I wouldn't think so.