audiogram-beta/.vscode/settings.json

9 lines
158 B
JSON
Raw Normal View History

2022-11-27 23:56:37 -05:00
{
"deno.enable": true,
2022-12-03 21:40:23 -05:00
"deno.unstable": true,
"deno.codeLens.testArgs": [
"--allow-all",
"--no-check",
"--no-lock"
]
2022-11-27 23:56:37 -05:00
}