New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add content for the queries panel and language selector #14776
Add content for the queries panel and language selector #14776
Conversation
|
👋🏼 @jf205! Here's the PR adding content for the additions of the queries panel and language selector to CodeQL for VS Code. If you could take a look and leave any feedback, that would be great, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just had a sprinkling of minor comments 👍
docs/codeql/codeql-for-visual-studio-code/analyzing-your-projects.rst
Outdated
Show resolved
Hide resolved
docs/codeql/codeql-for-visual-studio-code/analyzing-your-projects.rst
Outdated
Show resolved
Hide resolved
docs/codeql/codeql-for-visual-studio-code/analyzing-your-projects.rst
Outdated
Show resolved
Hide resolved
…cts.rst Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @sabrowning1. Looks pretty good -- I suggest just one small addition.
| Creating a custom query | ||
| ------------------------ | ||
|
|
||
| You can generate a query template for a specific language from the queries panel, then write your own code to quickly create a custom query. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing to add here: If you select an existing folder in the queries panel then the new query will be created there rather than creating a new folder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, thanks for calling that out! I've tweaked the content to reflect that; let me know if those changes make sense to you 🙇🏼♂️
|
👋🏼 @github/codeql-vscode-reviewers, does someone mind taking a look at this and confirming it's ready to ship with the feature tomorrow? Thanks! 🙇🏼♂️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! This looks great to me ✨ (And yep, can confirm it's ready to ship tomorrow 🚢 )
|
👋🏻 @sabrowning1 - do we know if this is shipping tomorrow, or with the next update to the CodeQL CLI? Either way, we can merge this now. If it's shipping with the next CodeQL CLI, then the docs changes will be picked up and published automatically. If it's actually shipping tomorrow, then we'll need to publish just the CodeQL docs changes to the CodeQL docs site tomorrow. (That sounds a little confusing, let me know if that's too many tomorrows.) |
|
👋🏼 @felicitymay, I believe it's shipping tomorrow based on Shati's comment above and her update on the engineering issue! Sounds good—I'll merge this now, then keep an eye out for the timing of the release tomorrow to publish the changes to the CodeQL docs site 🚀 |
This PR updates "Analyzing your projects" in the CodeQL for VS Code documentation to include info on the queries panel and language selector. The main changes are: