zazuko / vscode-sparql-notebook

Visual Studio Code SPARQL Notebook Extension
https://marketplace.visualstudio.com/items?itemName=Zazuko.sparql-notebook
Other
26 stars 8 forks source link

Error messages #9

Closed kvistgaard closed 1 year ago

kvistgaard commented 2 years ago

That's a big thing, I know, but I'm hoping some existing code, such as from the SPARQL Executor VSCode plugin, can be reused.

BenjaminHofstetter commented 2 years ago

What Errors do you mean? Like SPARQL language errors or query execution errors?

kvistgaard commented 2 years ago

Both and in that order of priority.

BenjaminHofstetter commented 2 years ago

Just saw that sparql executor IS NO LONGER ACTIVELY MAINTAINED

BenjaminHofstetter commented 2 years ago

There are a lot of ideas around at Zazuko how to support the writing of SPARQL queries. Basically most of them should not be part of the Notebook it self. More like a SPARQL LSP.

The same applies to EXPLAIN or PROFILE features.