f5devcentral / vscode-f5

Let the F5 VSCode extension supercharge your workflows with schema validation, rest client, fast templates, and so much more!!!
https://f5devcentral.github.io/vscode-f5/#/
Apache License 2.0
57 stars 14 forks source link

[BUG] Schema validation is using the wrong path #255

Closed VameqFytr closed 1 week ago

VameqFytr commented 2 months ago

The path being used for *.as3.json validation is still using the AS3 /master/ branch which is deprecated: (https://raw.githubusercontent.com/F5Networks/f5-appsvcs-extension/master/schema/latest/as3-schema.json)

The correct version of the latest schema is in the "main" branch: (https://raw.githubusercontent.com/F5Networks/f5-appsvcs-extension/main/schema/latest/as3-schema.json)

This causes it to mark anything after 3.45 as invalid.

DumpySquare commented 1 week ago

fixed in pending v3.17.0 release