Recommended VSCode settings
{
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.languageServer": "Pylance",
"python.terminal.activateEnvInCurrentTerminal": true,
"editor.semanticTokenColorCustomizations": {
"enabled": true
}
}