No definition shown on OSX VSC
Closed this issue · 3 comments
FIrst I have to say that this could be a very helpful extension for editing larger vocabulary files.
I was looking for something similar for quite a while.
However, it does not seem to work on my MacBook.
The vocab is shown in the sidebar but no definitions.
Also no lens annotations.
What does "No file selected" mean? Do I miss something.
Thank you @drleidig for reporting this issue. From what I can see, I suspect that the definitions do not appear because there is no owl:Ontology header defined in the file. Please check this out and let me know if other vocabularies work for you.
If this is the case, then the bug is that when the display of the definitions is set to 'Group by Source of Definition', then the list is empty instead of showing everything under an anonymous / unkown group. This should not be hard to fix.
Does 'Group by Type' work for you? Since this is foaf, would you be able to share the file? There are mulitple versions circulating out there..
What is strange indeed is that there are no lenses appearing. This in combination with the 'No file selected' might indicate that this is actually caused by something else. Maybe another extension..
It was indeed a conflict beween extensions. I identified "N3 Language and Reasoning Support
v1.4.0". (https://github.com/william-vw/vscode-extension-n3) . Without it everything is fine.
I don't need the N3 reasoning. Disabling the extension fixes my problem.