Move python contextual queries to lib folders

This will ensure that python projects can use jump to ref/def in
vscode when the core libraries are not installed.
This commit is contained in:
Andrew Eisenberg
2022-07-15 12:06:41 -07:00
parent d50816a284
commit b897a40228
3 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
category: breaking
---
* Contextual queries and the query libraries they depend on have been moved to the `codeql/python-all` package.