Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/retry/.vscode/settings.json

Re-execute a function until it does not throw an error or execute a function with a timeout.
Latest
File
{ "deno.enable": true, "deno.unstable": true, "deno.lint": true, "deno.import_intellisense_origins": { "https://deno.land": true, }, "[typescript]": { "editor.defaultFormatter": "denoland.vscode-deno", },}