[RESOLVED] Can't run codeql outside the starter project #8494
CaledoniaProject
started this conversation in
General
Replies: 2 comments 1 reply
-
Have you tried https://codeql.github.com/docs/codeql-for-visual-studio-code/setting-up-codeql-in-visual-studio-code/#updating-an-existing-workspace-for-codeql ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Ah I just figured out vscode-codeql-starter actually contains a git submodule of codeql repo. Case closed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to avoid the starter project by creating an empty one.
I first copy the qlpack.yaml out:
Then create a simple ql file and run it against a database, and codeql couldn't find the built-in package:
What additional steps is required to make it work?
Beta Was this translation helpful? Give feedback.
All reactions