-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
VS Code extension docs: Changes to database downloads #14668
Conversation
@@ -39,7 +39,7 @@ Changing the labels of query history items | |||
|
|||
The query history **Format** setting controls how the extension lists queries in the query history. By default, each item has a label with the following format:: | |||
|
|||
%q on %d - %s, %r result count [%t] | |||
%q on %d - %s %r [%t] |
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.
Unrelated change: I just spotted that this was out of date.
1. Open a source file from a CodeQL database. For example, you can navigate to a source file in the File Explorer. | ||
1. Open the CodeQL Databases view and right-click the database that you want to explore. Click **Add Database Source to Workspace**. | ||
|
||
.. image:: ../images/codeql-for-visual-studio-code/add-database-source-to-workspace.png |
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.
I've stuck with a dark mode screenshot, for consistency with the rest of this doc.
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
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.
Thank you, looks great!
After github/vscode-codeql#3047 gets released, we'll no longer add database source archives to the workspace by default (since this caused bugs in certain workspaces).
The main feature that's affected is the "AST viewer", so I've added an extra step to the instructions there.
I've also described a new setting in "Customizing settings", in case users want to restore the old behavior: