vscode-js-debug/CodeQL.yml

13 строки
175 B
YAML

path_classifiers:
test:
- "**/*.test.ts"
- "src/test/**/*.ts"
- .vscode-test
generated:
- testWorkspace
- dist
library:
- "**/node_modules/**"