This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 517b9fbca1 vscode: associate .test.ext files as Python (#12642)
517b9fbca1 is described below
commit 517b9fbca19b40dfe503d3e5a1c2f02fe450898f
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.
---
.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"
+ }
+}
+