From 46559f7297b0685f6a0bf490baa3502047c34bd5 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Mon, 29 Sep 2025 17:35:46 -0400 Subject: [PATCH] add vscode file association for .mtt files -> .html --- .vscode/settings.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..a0c1d607 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{"files.associations": { + "*.mtt": "html" + } +} \ No newline at end of file