mulesoft-labs / als-vscode

Visual Studio Code extension with support for ALS
Other
0 stars 1 forks source link

"Couldn't guess spec for root file" problem reported for all JSON files #61

Open marke-apexit opened 1 year ago

marke-apexit commented 1 year ago

Your issue may already be reported! Please search on Github issues before creating one.

AML Support is reporting the same problem for all JSON files in project,

"code": "http://a.ml/vocabularies/amf/parser#couldnt-guess-root"
"severity": 4
"message": "Couldn't guess spec for root file"

The issue can easily be reproduced by creating a new VSCode project with a single JSON file which can be empty or even very simple.

If the reported problem is a valid warning from a validation problem, there should be information available on how to resolve the issue. Ideally, the URL in the problem message should lead to documentation describing the issue and how it can be resolved.

Or, at least have a way to configure suppression of irrelevant reported problems.

I have asked a similar question on StackOverflow: link

markericson commented 10 months ago

10 months later and no activity on this only open issue for this project. Is this project dead?