DEV Community

Discussion on: Debugging Deno Projects in VSCode.

Collapse
 
driky profile image
Cédric Chatelain

you will want to add "--allow-all" to the runtimeArgs you pass to the command. WIthout it anything that need an "--allow-*" flag will need you to customize the script with the specific flag. Of course that could also be a cleaner solution. Each time you have to use a new flag because of new feature you add it the launch.json file.