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
1 changed files with 5 additions and 0 deletions

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

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