Closed chrisbward closed 3 years ago
Hi! Great tool, just setting up...
"autoSnippet.snippets": [ { "pattern": "frontend/**/*.tsx", "snippet": "My Component Example }, ],
Is my glob causing the issue here? I would expect it to match files within the path, nested.
The globs are absolute, so you probably want **/frontend/**/*.tx
**/frontend/**/*.tx
That was exactly my issue and you beat me to it :))
Well done, tool is bloody brilliant!
Glad you're finding it useful! 🙂
Hi! Great tool, just setting up...
Is my glob causing the issue here? I would expect it to match files within the path, nested.