This is an automated email from the ASF dual-hosted git repository.

cmcfarlen pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 547d5c89a213f7c3b73c080e60a6f71fb832264a
Author: Brian Neradt <[email protected]>
AuthorDate: Thu Nov 6 11:00:11 2025 -0600

    vscode: associate .test.ext files as Python (#12642)
    
    This adds a .vscode/settings.json file to make vscode aware that
    .test.ext files are Python files.
    
    (cherry picked from commit 517b9fbca19b40dfe503d3e5a1c2f02fe450898f)
---
 .vscode/settings.json | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000000..bf5756ef90
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,6 @@
+{
+    "files.associations": {
+        "*.test.ext": "python"
+    }
+}
+

Reply via email to