Files

24 lines
557 B
JSON
Raw Permalink Normal View History

{
"files.exclude": {
"**/build": true,
"**/.qt": true,
"**/.rcc": true,
"**/var/cache": true,
"**/var/log": true,
"**/vendor": true,
"**/packaging/linux/tools": true
},
"search.exclude": {
"**/build": true,
"**/vendor": true,
"**/.qt": true,
"**/.rcc": true,
"**/packaging/linux/tools": true
},
"[php]": { "editor.tabSize": 4 },
"[qml]": { "editor.tabSize": 4 },
"[cpp]": { "editor.tabSize": 4 },
"intelephense.environment.phpVersion": "8.4.0",
"qt-qml.qmlls.useQmlImportPathEnvVar": true
}