Skip to main content
Module

x/fae/.vscode/launch.json

A functional module for Deno inspired from Ramda.
Latest
File
{ "version": "0.2.0", "configurations": [{ "name": "Deno", "type": "node", "request": "launch", "cwd": "${workspaceFolder}", "runtimeExecutable": "deno", "runtimeArgs": ["run", "--inspect-brk", "-A", "_test1.ts"], "port": 9229, "outputCapture": "std" }, { "name": "Deno (Attach)", "type": "node", "request": "attach", "port": 9229 }]}