github / vscode-codeql

An extension for Visual Studio Code that adds rich language support for CodeQL
https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-codeql
MIT License
421 stars 184 forks source link

Use rich type columns and endpoint kinds for Python model editor #3653

Closed koesie10 closed 3 months ago

koesie10 commented 3 months ago

This makes changes to the Python model editor parsing code to incorporate the query changes from https://github.com/github/codeql/pull/15655. These changes consist of:

For more information about the format of Python MaD, see the documentation.