Revize 62805dc3
Přidáno uživatelem Tomáš Ballák před téměř 5 roky(ů)
website/symfony.code-workspace | ||
---|---|---|
7 | 7 |
"settings": { |
8 | 8 |
"php-cs-fixer.onsave": true, |
9 | 9 |
"php-cs-fixer.rules": "@PSR-2", |
10 |
"php-cs-fixer.config": ".php_cs;.php_cs.dist",
|
|
11 |
"php-cs-fixer.executablePath": "/home/unknown/projects/aswi2020sebela/website/vendor/bin/php-cs-fixer"
|
|
10 |
"php-cs-fixer.config": ".php_cs", |
|
11 |
"php-cs-fixer.executablePath": "${workspaceFolder}/vendor/bin/php-cs-fixer"
|
|
12 | 12 |
}, |
13 | 13 |
"extensions": { |
14 | 14 |
"recommendations": [ |
... | ... | |
20 | 20 |
}, |
21 | 21 |
"tasks": { |
22 | 22 |
"version": "2.0.0", |
23 |
"taskName": "Install dependencies", |
|
24 |
"type": "shell", |
|
25 |
"presentation": { |
|
26 |
"reveal": "always", |
|
27 |
"panel": "new" |
|
28 |
}, |
|
29 |
"command": "../scripts/composer.sh install", |
|
30 |
"windows": { |
|
31 |
"command": "..\\scripts\\composer.bat install" |
|
32 |
}, |
|
23 |
"tasks": [{ |
|
24 |
"label": "One", |
|
25 |
"type": "shell", |
|
26 |
"command": "echo ${workspaceFolder}/vendor/bin/php-cs-fixer", |
|
27 |
"presentation": { |
|
28 |
"echo": true, |
|
29 |
"reveal": "always", |
|
30 |
"focus": false, |
|
31 |
"panel": "shared", |
|
32 |
"showReuseMessage": true, |
|
33 |
"clear": false |
|
34 |
} |
|
35 |
}] |
|
33 | 36 |
} |
34 | 37 |
} |
Také k dispozici: Unified diff
wip