23 lines
540 B
JSON
23 lines
540 B
JSON
|
|
{
|
||
|
|
"files.exclude": {
|
||
|
|
"**/build": true,
|
||
|
|
"**/.qt": true,
|
||
|
|
"**/.rcc": true,
|
||
|
|
"**/var/cache": true,
|
||
|
|
"**/var/log": true,
|
||
|
|
"**/vendor": true
|
||
|
|
},
|
||
|
|
"search.exclude": {
|
||
|
|
"**/build": true,
|
||
|
|
"**/vendor": true,
|
||
|
|
"**/.qt": true,
|
||
|
|
"**/.rcc": true
|
||
|
|
},
|
||
|
|
"[php]": { "editor.tabSize": 4 },
|
||
|
|
"[qml]": { "editor.tabSize": 4 },
|
||
|
|
"[cpp]": { "editor.tabSize": 4 },
|
||
|
|
"intelephense.environment.phpVersion": "8.4.0",
|
||
|
|
"intelephense.files.associations": ["*.php", "*.phtml"],
|
||
|
|
"qt-qml.qmlls.useQmlImportPathEnvVar": true
|
||
|
|
}
|