vscode-jest-snippets icon indicating copy to clipboard operation
vscode-jest-snippets copied to clipboard

Limit to test/spec files only

Open dejavu1987 opened this issue 1 year ago • 0 comments

I want this extension to be enabled only on test files. Could it be configured to allow by file extension or glob patterns

eg:

*.{spec|test}.{js|ts}
**/__tests__/**
**/__specs__/**

dejavu1987 avatar Mar 30 '24 08:03 dejavu1987