Merge pull request #1212 from joeskeen/conf-view-as-ini

add workspace settings with config files treated as INI
pull/1215/head
El RIDO 2023-12-09 12:17:51 +01:00 committed by GitHub
commit 879c7400bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
}
}