Skip to content

Commit be9009d

Browse files
committed
Use clearer filename
1 parent 037211c commit be9009d

15 files changed

+14
-14
lines changed

docs/codeql/codeql-for-visual-studio-code/about-codeql-for-visual-studio-code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
About CodeQL for Visual Studio Code
66
=================================================
77

8-
.. include:: ../reusables/deprecation-note.rst
8+
.. include:: ../reusables/vs-code-deprecation-note.rst
99

1010
CodeQL for Visual Studio Code is an extension that lets you write, run, and test CodeQL queries in Visual Studio Code.
1111

docs/codeql/codeql-for-visual-studio-code/about-telemetry-in-codeql-for-visual-studio-code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
About telemetry in CodeQL for Visual Studio Code
66
=================================================
77

8-
.. include:: ../reusables/deprecation-note.rst
8+
.. include:: ../reusables/vs-code-deprecation-note.rst
99

1010
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.
1111

docs/codeql/codeql-for-visual-studio-code/analyzing-your-projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Analyzing your projects
66
=================================================
77

8-
.. include:: ../reusables/deprecation-note.rst
8+
.. include:: ../reusables/vs-code-deprecation-note.rst
99

1010
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>`."
1111

docs/codeql/codeql-for-visual-studio-code/customizing-settings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Customizing settings
66
====================
77

8-
.. include:: ../reusables/deprecation-note.rst
8+
.. include:: ../reusables/vs-code-deprecation-note.rst
99

1010
You can edit the settings for the CodeQL extension to suit your needs.
1111

docs/codeql/codeql-for-visual-studio-code/exploring-data-flow-with-path-queries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Exploring data flow with path queries
66
=====================================
77

8-
.. include:: ../reusables/deprecation-note.rst
8+
.. include:: ../reusables/vs-code-deprecation-note.rst
99

1010
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.
1111

docs/codeql/codeql-for-visual-studio-code/exploring-the-structure-of-your-source-code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Exploring the structure of your source code
66
=================================================
77

8-
.. include:: ../reusables/deprecation-note.rst
8+
.. include:: ../reusables/vs-code-deprecation-note.rst
99

1010
You can use the AST viewer to display the abstract syntax tree of a CodeQL database.
1111

docs/codeql/codeql-for-visual-studio-code/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
CodeQL for Visual Studio Code
44
=============================
55

6-
.. include:: ../reusables/deprecation-note.rst
6+
.. include:: ../reusables/vs-code-deprecation-note.rst
77

88
The CodeQL extension for Visual Studio Code adds rich language support for CodeQL and allows you to easily find problems in codebases.
99

docs/codeql/codeql-for-visual-studio-code/running-codeql-queries-at-scale-with-mrva.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Running CodeQL queries at scale with multi-repository variant analysis
66
======================================================================
77

8-
.. include:: ../reusables/deprecation-note.rst
8+
.. include:: ../reusables/vs-code-deprecation-note.rst
99

1010
.. include:: ../reusables/beta-note-mrva.rst
1111

docs/codeql/codeql-for-visual-studio-code/setting-up-codeql-in-visual-studio-code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Setting up CodeQL in Visual Studio Code
66
=================================================
77

8-
.. include:: ../reusables/deprecation-note.rst
8+
.. include:: ../reusables/vs-code-deprecation-note.rst
99

1010
You can install and configure the CodeQL extension in Visual Studio Code.
1111

docs/codeql/codeql-for-visual-studio-code/testing-codeql-queries-in-visual-studio-code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Testing CodeQL queries in Visual Studio Code
66
============================================
77

8-
.. include:: ../reusables/deprecation-note.rst
8+
.. include:: ../reusables/vs-code-deprecation-note.rst
99

1010
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>`."
1111

0 commit comments

Comments
 (0)