Projekt

Obecné

Profil

Stáhnout (616 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
	"folders": [
3
		{
4
			"path": "."
5
		}
6
	],
7
	"settings": {
8
		"php.suggest.basic": false,
9
		"editor.defaultFormatter": "ms-python.python",
10
		"files.autoSave": "afterDelay",
11
		"editor.formatOnSave": true,
12
		"python.linting.pylintEnabled": true,
13
		"python.linting.enabled": true,
14
		"python.linting.pylintPath": "pylint",
15
		"python.pythonPath": "/usr/local/bin/python",
16
		"python.formatting.provider": "yapf",
17
	},
18
	"extensions": {
19
		"recommendations": [
20
			"vscode-icons-team.vscode-icons",
21
			"ms-python.python",
22
			"njpwerner.autodocstring",
23
			"magicstack.magicpython",
24
			"ms-vscode-remote.remote-containers"
25
		]
26
	}
27
}
(5-5/6)