Projekt

Obecné

Profil

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