added python option in vscode

This commit is contained in:
Thies Lennart Alff 2022-09-15 11:54:17 +02:00
parent 37dd799621
commit ee8b343d1a

View file

@ -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 ///////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////