1 |
b332d98a
|
ballakt
|
{
|
2 |
|
|
"folders": [
|
3 |
|
|
{
|
4 |
|
|
"path": "."
|
5 |
|
|
}
|
6 |
|
|
],
|
7 |
|
|
"settings": {
|
8 |
|
|
"php.suggest.basic": false,
|
9 |
489138f2
|
Tomáš Ballák
|
"editor.defaultFormatter": "ms-python.python",
|
10 |
b332d98a
|
ballakt
|
"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 |
|
|
}
|