Skip to content

Commit 132482e

Browse files
committed
Detect newly created skeleton query folders
We are creating new folders when you generate queries via the "CodeQL: Create Query" command. These will be created in a QL pack folder called `codeql-custom-queries-<language>`. In #26 we made it possible to detect when we install dependencies for the tutorial-queries QL pack. We'd like to do the same for our generated QL packs.
1 parent a49db58 commit 132482e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codeql-workspace.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
provide:
22
- "tutorial-queries/codeql-pack.yml"
3+
- "codeql-custom-queries-*/codeql-pack.yml"

0 commit comments

Comments
 (0)