docs: add brief instructions for using databases in VS Code

This commit is contained in:
james
2019-11-27 15:05:50 +00:00
parent 24857e5616
commit 931cc73d1e
2 changed files with 18 additions and 1 deletions

View File

@@ -1667,6 +1667,15 @@ li > ul > li {
margin-bottom: 0;
}
.admonition.note ol {
width: 90%;
margin-left: 2.2em;
}
.admonition.note ol > li {
margin-top: 0.5em;
}
/*
* extra styles for more appropriate for syntax highlighting
*

View File

@@ -1 +1,9 @@
Note that results generated in the query console are likely to differ to those generated in the QL plugin as LGTM.com analyzes the most recent revisions of each project that has been addedthe CodeQL database available to download above is based on an historical version of the codebase.
You can download the database as a zip file by clicking the link on the slide above. To use the database in CodeQL for Visual Studio Code:
#. Unzip the file
#. Add the unzipped database to Visual Studio Code
#. Upgrade the database if necessary
For further information, see `Using the extension <https://help.semmle.com/codeql/codeql-for-vscode/procedures/using-extension.html>`__ in the CodeQL for Visual Studio Code help.
Note that results generated in the query console are likely to differ to those generated in CodeQL for Visual Studio Code as LGTM.com analyzes the most recent revisions of each project that has been addedthe CodeQL database available to download above is based on an historical version of the codebase.