Projekt

Obecné

Profil

Stáhnout (753 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
	"folders": [
3
		{
4
			"path": "."
5
		}
6
	],
7
	"settings": {
8
		"php-cs-fixer.onsave": true,
9
		"php-cs-fixer.rules": "@PSR-2",
10
		"php-cs-fixer.config": ".php_cs",
11
		"php-cs-fixer.executablePath": "${workspaceFolder}/vendor/bin/php-cs-fixer"
12
	},
13
	"extensions": {
14
		"recommendations": [
15
			"vscode-icons-team.vscode-icons",
16
			"felixfbecker.php-intellisense",
17
			"ikappas.phpcs",
18
			"junstyle.php-cs-fixer"
19
		]
20
	},
21
	"tasks": {
22
		"version": "2.0.0",
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
		}]
36
    }
37
}
(7-7/8)