Skip to main content
Module

x/netsaur/.vscode/launch.json

Powerful machine learning, accelerated by WebGPU
Go to Latest
File
{ // 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": [ { "request": "launch", "name": "Launch Program", "type": "pwa-node", "program": "${workspaceFolder}/examples/train_xor.ts", "cwd": "${workspaceFolder}", "runtimeExecutable": "C:\\Users\\dsreb\\.deno\\bin\\deno", "runtimeArgs": [ "run", "--unstable", "--inspect", "--allow-all" ], "attachSimplePort": 9229 } ]}