added python option in vscode
This commit is contained in:
parent
37dd799621
commit
ee8b343d1a
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ tags: ['software', 'vscode', 'programming']
|
||||||
"python.linting.flake8Enabled": true,
|
"python.linting.flake8Enabled": true,
|
||||||
"python.linting.pylintEnabled": false,
|
"python.linting.pylintEnabled": false,
|
||||||
"python.analysis.completeFunctionParens": true,
|
"python.analysis.completeFunctionParens": true,
|
||||||
|
"python.analysis.autoImportCompletions": false, // can be pretty anyoing
|
||||||
////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////
|
||||||
// Restructured Text ///////////////////////////////////////////////////////
|
// Restructured Text ///////////////////////////////////////////////////////
|
||||||
////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue