-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Labels
Description
Is your feature request related to a problem? Please describe.
I work in a lot of projects that uses Node.js and TypeScript. I often want to write scripts in sub directories using Deno though. My list for deno.enablePaths is becoming super long and it is annoying each time I create a new sub directory and I have to manually add it to the list.
Describe the solution you'd like
It turns out that most of my sub directories follow the same pattern. I'd love to define a regular expression or glob pattern instead of explicitly listing and maintaining the list of every sub directory.
Reactions are currently unavailable