VS Code extension docs: Changes to database downloads #14668
Merged
shati-patel merged 3 commits intomainfrom Nov 8, 2023
Merged
VS Code extension docs: Changes to database downloads #14668shati-patel merged 3 commits intomainfrom
shati-patel merged 3 commits intomainfrom
Conversation
shati-patel
commented
Nov 2, 2023
| 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] |
Contributor
Author
There was a problem hiding this comment.
Unrelated change: I just spotted that this was out of date.
shati-patel
commented
Nov 2, 2023
| 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 |
Contributor
Author
There was a problem hiding this comment.
I've stuck with a dark mode screenshot, for consistency with the rest of this doc.
3 tasks
jf205
approved these changes
Nov 6, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: