UNPKG

@innotrade/enapso-sparql-tools

Version:
32 lines 1.03 kB
{ // 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" } ] }