add workspace settings with config files treated as INI

pull/1212/head
Joe Skeen 2023-12-08 16:30:45 +00:00
parent f8c2f58604
commit 49a87c6038
1 changed files with 5 additions and 0 deletions

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

@ -0,0 +1,5 @@
{
"files.associations": {
"**/cfg/conf*.php": "ini"
}
}