Use clearer filename

This commit is contained in:
Ben Ahmady
2024-04-25 08:16:48 +00:00
parent 037211c4a4
commit be9009d653
15 changed files with 14 additions and 14 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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>`."

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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

View File

@@ -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.

View File

@@ -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>`."

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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