Skip to content
Snippets Groups Projects
Commit c801787e authored by ahmetbsbnr's avatar ahmetbsbnr
Browse files

Ajout dossier .vscode

parent 9a575d2e
No related branches found
No related tags found
No related merge requests found
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug Deno (macOS)",
"type": "pwa-node",
"request": "launch",
"program": "${workspaceFolder}/test.ts",
"cwd": "${workspaceFolder}",
"runtimeExecutable": "/Users/ahmetbasbunar/.deno/bin/deno",
"runtimeArgs": [
"run",
"--inspect-brk",
"--allow-all"
],
"attachSimplePort": 9229,
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
// pour plus de logs : "trace": "verbose"
}
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment