Added VSCode config

This commit is contained in:
Héctor Molinero Fernández 2021-11-11 23:59:39 +01:00
parent 92a0f8589a
commit 10fe1a6111
1 changed files with 5 additions and 0 deletions

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

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