1
|
{
|
2
|
"folders": [
|
3
|
{
|
4
|
"path": "."
|
5
|
}
|
6
|
],
|
7
|
"settings": {
|
8
|
"php.suggest.basic": false,
|
9
|
"files.autoSave": "afterDelay",
|
10
|
"editor.formatOnSave": true,
|
11
|
"python.linting.pylintEnabled": true,
|
12
|
"python.linting.enabled": true,
|
13
|
"python.linting.pylintPath": "pylint",
|
14
|
"python.pythonPath": "/usr/local/bin/python",
|
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
|
}
|