зеркало из https://github.com/nextcloud/cookbook.git
62 строки
1.6 KiB
Plaintext
62 строки
1.6 KiB
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
},
|
|
{
|
|
"path": "../../base"
|
|
},
|
|
{
|
|
"path": "tests/phpunit/vendor",
|
|
"name": "phpunit-composer"
|
|
}
|
|
],
|
|
"settings": {
|
|
"editor.insertSpaces": false,
|
|
"files.exclude": {
|
|
".github/actions/run-tests/volumes/cookbook/**/*": true,
|
|
".github/actions/run-tests/volumes/coverage/**/*": true,
|
|
".github/actions/run-tests/volumes/data/**/*": true,
|
|
".github/actions/run-tests/volumes/dumps/**/*": true,
|
|
".github/actions/run-tests/volumes/mysql/**/*": true,
|
|
".github/actions/run-tests/volumes/output/**/*": true,
|
|
".github/actions/run-tests/volumes/postgres/**/*": true,
|
|
".github/actions/run-tests/volumes/nextcloud/custom_apps/cookbook/**/*": true,
|
|
".github/actions/run-tests/volumes/**/*": true
|
|
},
|
|
"files.watcherExclude": {
|
|
".github/actions/run-tests/volumes/nextcloud/custom_apps/cookbook/**/*": true,
|
|
".github/actions/run-tests/volumes/nextcloud/**/*": true
|
|
},
|
|
//"intelephense.trace.server": "message",
|
|
"intelephense.files.exclude": [
|
|
"**/.git/**",
|
|
"**/.svn/**",
|
|
"**/.hg/**",
|
|
"**/CVS/**",
|
|
"**/.DS_Store/**",
|
|
"**/node_modules/**",
|
|
"**/bower_components/**",
|
|
"**/vendor/**/{Tests,tests}/**",
|
|
"**/.history/**",
|
|
"**/vendor/**/vendor/**",
|
|
// "3rdparty/**"
|
|
".github/actions/**",
|
|
],
|
|
"cSpell.words": [
|
|
"Nextcloud"
|
|
],
|
|
"path-intellisense.mappings": {
|
|
"cookbook": "${workspaceFolder}/src",
|
|
},
|
|
"editor.quickSuggestions": {
|
|
"other": "on",
|
|
"comments": "on",
|
|
"strings": "on"
|
|
},
|
|
"intelephense.environment.includePaths": [
|
|
"${workspaceFolder:base}/3rdparty/doctrine/dbal/src"
|
|
]
|
|
}
|
|
}
|