Skip to content

Commit 992f08e

Browse files
authored
Merge pull request #26 from github/shati-patel/codeql-workspace
Make sure that the "tutorial-queries" pack is available in the workspace
2 parents acca6d1 + d47dba4 commit 992f08e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"extensions": [
55
"github.vscode-codeql",
66
"vsls-contrib.codetour"
7-
],
7+
]
88
},
99
"codespaces": {
1010
"openFiles": ["README.md"]

codeql-workspace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
provide:
2-
- "*/codeql-packs/**/qlpack.yml"
2+
- "tutorial-queries/codeql-pack.yml"

0 commit comments

Comments
 (0)