Projekt

Obecné

Profil

Stáhnout (568 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.formatting.provider": "yapf",
16
	},
17
	"extensions": {
18
		"recommendations": [
19
			"vscode-icons-team.vscode-icons",
20
			"ms-python.python",
21
			"njpwerner.autodocstring",
22
			"magicstack.magicpython",
23
			"ms-vscode-remote.remote-containers"
24
		]
25
	}
26
}
(9-9/13)