gql icon indicating copy to clipboard operation
gql copied to clipboard

Exclude directories in gqlconfig matcher

Open jzahka opened this issue 5 years ago • 0 comments

 match: { include: 'src/**/*.ts' },

This matched a directory I accidentally named my-dir.ts and subsequently called readFile on it which caused the service to crash. (very silently crash)

jzahka avatar Apr 08 '19 20:04 jzahka