vscode: recognize *.conf.template files

This commit is contained in:
Alex Gleason 2022-09-01 22:08:12 -05:00
parent 275cef4453
commit 65df16ab77
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

5
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"files.associations": {
"*.conf.template": "properties"
}
}