Skip to main content
Module

x/fathym_atomic_icons/.vscode/launch.json

Fathym's Atomic Icons is a library that supports the optimized creation of customzied icon sets for delivery via Deno Fresh.
Go to Latest
File
{ "version": "0.2.0", "configurations": [ { "request": "launch", "name": "Launch Program", "type": "node", // "program": "${workspaceFolder}/www/dev.ts", "cwd": "${workspaceFolder}", "runtimeExecutable": "C:\\ProgramData\\chocolatey\\lib\\deno\\deno.EXE", "runtimeArgs": [ "run", "--config", "./www/deno.json", "--inspect-wait", "--allow-all", "./www/dev.ts" ], "attachSimplePort": 9229 } ]}