mirror of
https://github.com/github/codeql.git
synced 2026-02-20 17:03:41 +01:00
Use clearer filename
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
About CodeQL for Visual Studio Code
|
||||
=================================================
|
||||
|
||||
.. include:: ../reusables/deprecation-note.rst
|
||||
.. include:: ../reusables/vs-code-deprecation-note.rst
|
||||
|
||||
CodeQL for Visual Studio Code is an extension that lets you write, run, and test CodeQL queries in Visual Studio Code.
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
About telemetry in CodeQL for Visual Studio Code
|
||||
=================================================
|
||||
|
||||
.. include:: ../reusables/deprecation-note.rst
|
||||
.. include:: ../reusables/vs-code-deprecation-note.rst
|
||||
|
||||
If you specifically opt in to permit GitHub to do so, GitHub will collect usage data and metrics for the purposes of helping the core developers to improve the CodeQL extension for VS Code.
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
Analyzing your projects
|
||||
=================================================
|
||||
|
||||
.. include:: ../reusables/deprecation-note.rst
|
||||
.. include:: ../reusables/vs-code-deprecation-note.rst
|
||||
|
||||
You can run queries on CodeQL databases and view the results in Visual Studio Code. This article explains how to get a CodeQL database and analyze it on your local machine. For information on running analysis at scale across many CodeQL databases, see ":ref:`Running CodeQL queries at scale with multi-repository variant analysis <running-codeql-queries-at-scale-with-mrva>`."
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
Customizing settings
|
||||
====================
|
||||
|
||||
.. include:: ../reusables/deprecation-note.rst
|
||||
.. include:: ../reusables/vs-code-deprecation-note.rst
|
||||
|
||||
You can edit the settings for the CodeQL extension to suit your needs.
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
Exploring data flow with path queries
|
||||
=====================================
|
||||
|
||||
.. include:: ../reusables/deprecation-note.rst
|
||||
.. include:: ../reusables/vs-code-deprecation-note.rst
|
||||
|
||||
You can run CodeQL queries in VS Code to help you track the flow of data through a program, highlighting areas that are potential security vulnerabilities.
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
Exploring the structure of your source code
|
||||
=================================================
|
||||
|
||||
.. include:: ../reusables/deprecation-note.rst
|
||||
.. include:: ../reusables/vs-code-deprecation-note.rst
|
||||
|
||||
You can use the AST viewer to display the abstract syntax tree of a CodeQL database.
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
CodeQL for Visual Studio Code
|
||||
=============================
|
||||
|
||||
.. include:: ../reusables/deprecation-note.rst
|
||||
.. include:: ../reusables/vs-code-deprecation-note.rst
|
||||
|
||||
The CodeQL extension for Visual Studio Code adds rich language support for CodeQL and allows you to easily find problems in codebases.
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
Running CodeQL queries at scale with multi-repository variant analysis
|
||||
======================================================================
|
||||
|
||||
.. include:: ../reusables/deprecation-note.rst
|
||||
.. include:: ../reusables/vs-code-deprecation-note.rst
|
||||
|
||||
.. include:: ../reusables/beta-note-mrva.rst
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
Setting up CodeQL in Visual Studio Code
|
||||
=================================================
|
||||
|
||||
.. include:: ../reusables/deprecation-note.rst
|
||||
.. include:: ../reusables/vs-code-deprecation-note.rst
|
||||
|
||||
You can install and configure the CodeQL extension in Visual Studio Code.
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
Testing CodeQL queries in Visual Studio Code
|
||||
============================================
|
||||
|
||||
.. include:: ../reusables/deprecation-note.rst
|
||||
.. include:: ../reusables/vs-code-deprecation-note.rst
|
||||
|
||||
You can run unit tests for CodeQL queries using the Visual Studio Code extension. When you are sure that your query finds the results you want to identify, you can use variant analysis to run it at scale. For information on running analysis at scale across many CodeQL databases, see ":ref:`Running CodeQL queries at scale with multi-repository variant analysis <running-codeql-queries-at-scale-with-mrva>`."
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
Troubleshooting CodeQL for Visual Studio Code
|
||||
=============================================
|
||||
|
||||
.. include:: ../reusables/deprecation-note.rst
|
||||
.. include:: ../reusables/vs-code-deprecation-note.rst
|
||||
|
||||
This article explains how to debug problems with the analysis of CodeQL databases that are stored on your local
|
||||
machine. For information on troubleshooting variant analysis, which runs on GitHub.com, see
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
Troubleshooting variant analysis
|
||||
================================
|
||||
|
||||
.. include:: ../reusables/deprecation-note.rst
|
||||
.. include:: ../reusables/vs-code-deprecation-note.rst
|
||||
|
||||
.. include:: ../reusables/beta-note-mrva.rst
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
Using the CodeQL model editor
|
||||
=============================
|
||||
|
||||
.. include:: ../reusables/deprecation-note.rst
|
||||
.. include:: ../reusables/vs-code-deprecation-note.rst
|
||||
|
||||
.. include:: ../reusables/beta-note-model-pack-editor-vsc.rst
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
Working with CodeQL packs in Visual Studio Code
|
||||
===============================================
|
||||
|
||||
.. include:: ../reusables/deprecation-note.rst
|
||||
.. include:: ../reusables/vs-code-deprecation-note.rst
|
||||
|
||||
.. include:: ../reusables/beta-note-package-management.rst
|
||||
|
||||
|
||||
Reference in New Issue
Block a user