Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
VameqFytr opened this issue Aug 2, 2024 · 1 comment
Closed

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

VameqFytr opened this issue Aug 2, 2024 · 1 comment
Assignees

Comments

@VameqFytr
Copy link

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.

VameqFytr added a commit to VameqFytr/vscode-f5 that referenced this issue Aug 2, 2024
@DumpySquare DumpySquare changed the title Schema validation is using the wrong path [bug] Schema validation is using the wrong path Sep 18, 2024
@DumpySquare DumpySquare changed the title [bug] Schema validation is using the wrong path [BUG] Schema validation is using the wrong path Sep 18, 2024
@DumpySquare DumpySquare self-assigned this Sep 18, 2024
@DumpySquare
Copy link
Member

fixed in pending v3.17.0 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants