linkeddata / rdflib.js

Linked Data API for JavaScript
http://linkeddata.github.io/rdflib.js/doc/
Other
561 stars 142 forks source link

Add vscode configuration to launch tests #620

Closed NoelDeMartin closed 12 months ago

NoelDeMartin commented 1 year ago

I noticed that the .vscode folder is ignored in git, but I think it's useful to include some files in there.

For example, I had to create the launch.json file manually to run tests using the step debugger of VSCode. It would be nice if that's included in the repository by default.