p8-data-cart
Version:
Simple tools for generating Pico-8 data carts.
20 lines (19 loc) • 448 B
JSON
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Run Tests",
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
"args": [
"dist/test/**/*.spec.js",
"--require",
"chai/register-should.js"
],
"preLaunchTask": "npm: build",
"cwd": "${workspaceFolder}",
"internalConsoleOptions": "openOnSessionStart"
}
]
}