@innotrade/enapso-sparql-tools
Version:
ENAPSO Platform Independent SPARQL Tools
32 lines • 1.03 kB
JSON
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Get Class Schema",
"program": "${workspaceFolder}/examples/demoGetClassSchema.js"
},
{
"type": "node",
"request": "launch",
"name": "Read Individuals",
"program": "${workspaceFolder}/examples/demoGetIndividuals.js"
},
{
"type": "node",
"request": "launch",
"name": "Demo",
"program": "${workspaceFolder}/demo/demo.js"
},
{
"type": "node",
"request": "launch",
"name": "Beautify Demo",
"program": "${workspaceFolder}/demo/beautifierDemo.js"
}
]
}