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
428 stars 191 forks source link

Use standard configuration variable format for history item labels #3799

Closed koesie10 closed 2 weeks ago

koesie10 commented 3 weeks ago

This changes the codeQL.queryHistory.format to use a format that is also used by VS Code, rather than using our own format. We will support the "legacy" format to ensure users that have configured this setting do not need to make any changes.