Skip to content

Commit 7b3e4bd

Browse files
committed
Fix file association for template files in workspace settings
1 parent c0841b7 commit 7b3e4bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

forge-server-manager.code-workspace

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"*.vdf": "vdf",
1818
"*.svg": "xml",
1919
"*.hta": "html",
20-
"*.template": "django-html",
20+
"*.template": "html",
2121
"python.h": "c",
2222
"*/config.json": "jsonc"
2323
}

0 commit comments

Comments
 (0)